Skip to content

Commit abd45f8

Browse files
authored
Merge pull request #27 from hussainweb/ts-for
fix: re-enable @typescript-eslint/no-for-in-array
2 parents 9d628ae + e11791f commit abd45f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/no-empty-interface": "error",
3333
// "@typescript-eslint/no-explicit-any": "error",
3434
"@typescript-eslint/no-extraneous-class": "error",
35-
// "@typescript-eslint/no-for-in-array": "error",
35+
"@typescript-eslint/no-for-in-array": "error",
3636
"@typescript-eslint/no-inferrable-types": "error",
3737
"@typescript-eslint/no-misused-new": "error",
3838
"@typescript-eslint/no-namespace": "error",

0 commit comments

Comments
 (0)