Skip to content

Commit

Permalink
feat: modified eslint config to forbid the use of for...in loops (#2423)
Browse files Browse the repository at this point in the history
* feat: modified eslint config to forbid the use of for...in loops
  • Loading branch information
tgrecojs authored Feb 14, 2021
1 parent 0ce04cc commit 1eb65d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/eslint-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"no-unused-expressions": "off",
"no-loop-func": "off",
"no-inner-declarations": "off",
"guard-for-in": "error",
"import/extensions": "off",
"import/no-extraneous-dependencies": [
"error",
Expand Down

0 comments on commit 1eb65d4

Please sign in to comment.