Add "guard-for-in": "error"
This commit is contained in:
parent
0b5a26e64a
commit
32cb1debb5
@ -22,6 +22,7 @@
|
|||||||
"dot-notation": "error",
|
"dot-notation": "error",
|
||||||
"eqeqeq": "error",
|
"eqeqeq": "error",
|
||||||
"func-names": ["error", "always"],
|
"func-names": ["error", "always"],
|
||||||
|
"guard-for-in": "error",
|
||||||
"no-case-declarations": "error",
|
"no-case-declarations": "error",
|
||||||
"no-const-assign": "error",
|
"no-const-assign": "error",
|
||||||
"no-constant-condition": "off",
|
"no-constant-condition": "off",
|
||||||
|
Loading…
Reference in New Issue
Block a user