summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-25 22:11:33 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-25 22:15:50 -0500
commit32cb1debb52624eb458b1fa19fc10325b386605a (patch)
tree8ff62b8f27ad446c69d53a315399b26a62f5db96 /.eslintrc.json
parent0b5a26e64a3fecf4ab64e5a1b6a1b068cde695fe (diff)
Add "guard-for-in": "error"
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
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",