diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index fd33c6de2..fe3ace7c3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,7 @@ "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], "newline-per-chained-call": ["error", { "ignoreChainWithDepth": 5 }], + "no-continue": "off", "no-extra-parens": ["error", "functions"], "no-implicit-globals": "off", "no-magic-numbers": "off", @@ -60,7 +61,6 @@ "consistent-this": "off", "func-style": "off", "function-paren-newline": "off", - "guard-for-in": "off", "line-comment-position": "off", "max-len": "off", "max-lines": "off", |