We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d628ae + e11791f commit abd45f8Copy full SHA for abd45f8
.eslintrc.json
@@ -32,7 +32,7 @@
32
"@typescript-eslint/no-empty-interface": "error",
33
// "@typescript-eslint/no-explicit-any": "error",
34
"@typescript-eslint/no-extraneous-class": "error",
35
- // "@typescript-eslint/no-for-in-array": "error",
+ "@typescript-eslint/no-for-in-array": "error",
36
"@typescript-eslint/no-inferrable-types": "error",
37
"@typescript-eslint/no-misused-new": "error",
38
"@typescript-eslint/no-namespace": "error",
0 commit comments