commit 50a162c: [Test] Fix ESLint
moisseev
moiseev at mezonplus.ru
Sun Nov 6 16:21:04 UTC 2022
Author: moisseev
Date: 2022-11-05 18:42:52 +0300
URL: https://github.com/rspamd/rspamd/commit/50a162c74fb7e0c4ddcbe130fc393b650a769c1d (refs/pull/4326/head)
[Test] Fix ESLint
---
.eslintrc.json | 1 +
1 file changed, 1 insertion(+)
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 }],
More information about the Commits
mailing list