diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-25 22:11:33 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-25 22:15:50 -0500 |
commit | 32cb1debb52624eb458b1fa19fc10325b386605a (patch) | |
tree | 8ff62b8f27ad446c69d53a315399b26a62f5db96 | |
parent | 0b5a26e64a3fecf4ab64e5a1b6a1b068cde695fe (diff) |
Add "guard-for-in": "error"
-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", |