diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-11-05 18:42:52 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-11-05 18:42:52 +0300 |
commit | 50a162c74fb7e0c4ddcbe130fc393b650a769c1d (patch) | |
tree | 6e7fde208bbb7043f97f0452f27f9c5d85f11e50 /.eslintrc.json | |
parent | 685665f36d7cfacff600a76eddf6d0cf28fc0cb9 (diff) | |
download | rspamd-50a162c74fb7e0c4ddcbe130fc393b650a769c1d.tar.gz rspamd-50a162c74fb7e0c4ddcbe130fc393b650a769c1d.zip |
[Test] Fix ESLint
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
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 }], |