From: moisseev Date: Sat, 5 Nov 2022 15:42:52 +0000 (+0300) Subject: [Test] Fix ESLint X-Git-Tag: 3.5~220^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4326%2Fhead;p=thirdparty%2Frspamd.git [Test] Fix ESLint --- diff --git a/.eslintrc.json b/.eslintrc.json index 4f0041692d..714c80f7cf 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 }],