aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2022-11-05 18:42:52 +0300
committermoisseev <moiseev@mezonplus.ru>2022-11-05 18:42:52 +0300
commit50a162c74fb7e0c4ddcbe130fc393b650a769c1d (patch)
tree6e7fde208bbb7043f97f0452f27f9c5d85f11e50 /.eslintrc.json
parent685665f36d7cfacff600a76eddf6d0cf28fc0cb9 (diff)
downloadrspamd-50a162c74fb7e0c4ddcbe130fc393b650a769c1d.tar.gz
rspamd-50a162c74fb7e0c4ddcbe130fc393b650a769c1d.zip
[Test] Fix ESLint
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 4f0041692..714c80f7c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -26,6 +26,7 @@
// "singleLine": { "afterColon": false }
// }],
"line-comment-position": "off",
+ "logical-assignment-operators": ["error", "never"],
"max-params": ["warn", 6],
"max-statements": ["warn", 44],
"max-statements-per-line": ["error", { "max": 2 }],