summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-19 18:29:21 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-19 18:29:21 +0300
commitddcd7e04181538b9c9b138c3eb9a734d9123144b (patch)
treea1889250662055fdf4654cf88858176d91ccd160 /.eslintrc.json
parent50d51fca34585b51c1e6ecd168bda6e9e48b0bb2 (diff)
downloadrspamd-ddcd7e04181538b9c9b138c3eb9a734d9123144b.tar.gz
rspamd-ddcd7e04181538b9c9b138c3eb9a734d9123144b.zip
[Minor] Guard for-in
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
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",