Skip to content

Commit 1eb65d4

Browse files
authored
feat: modified eslint config to forbid the use of for...in loops (#2423)
* feat: modified eslint config to forbid the use of for...in loops
1 parent 0ce04cc commit 1eb65d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/eslint-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"no-unused-expressions": "off",
5252
"no-loop-func": "off",
5353
"no-inner-declarations": "off",
54+
"guard-for-in": "error",
5455
"import/extensions": "off",
5556
"import/no-extraneous-dependencies": [
5657
"error",

0 commit comments

Comments
 (0)