From 50a162c74fb7e0c4ddcbe130fc393b650a769c1d Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 5 Nov 2022 18:42:52 +0300 Subject: [PATCH] [Test] Fix ESLint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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 }], -- 2.47.3