diff options
| -rw-r--r-- | .eslintrc.json | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.eslintrc.json b/.eslintrc.json index fcc6995b..5be4d245 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@          "dot-notation": "error",          "eqeqeq": "error",          "func-names": ["error", "always"], +        "guard-for-in": "error",          "no-case-declarations": "error",          "no-const-assign": "error",          "no-constant-condition": "off", |