]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Fix ESLint 4326/head
authormoisseev <moiseev@mezonplus.ru>
Sat, 5 Nov 2022 15:42:52 +0000 (18:42 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sat, 5 Nov 2022 15:42:52 +0000 (18:42 +0300)
.eslintrc.json

index 4f0041692decedb8c9756e43e2ccb5dcb9aaf670..714c80f7cf4ede307dfc0bb671e765c41eea9096 100644 (file)
@@ -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 }],