]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Ignore new ESLint warnings 3161/head
authormoisseev <moiseev@mezonplus.ru>
Fri, 22 Nov 2019 19:18:31 +0000 (22:18 +0300)
committermoisseev <moiseev@mezonplus.ru>
Fri, 22 Nov 2019 19:20:52 +0000 (22:20 +0300)
.eslintrc.json

index 1dace30fa917f2deca569b70da49bfb85f2dbfeb..2dc3ebc5110f4558f126c075df1b6614d04bb3a8 100644 (file)
@@ -21,9 +21,9 @@
         "id-length": ["error", { "min": 1 }],
         "indent": ["error", 4, { "SwitchCase": 1 }],
         // "max-len": ["error", { "code": 120 }],
-        "key-spacing": ["error", {
-            "singleLine": { "afterColon": false }
-        }],
+        // "key-spacing": ["error", {
+        //     "singleLine": { "afterColon": false }
+        // }],
         "line-comment-position": "off",
         "max-params": ["warn", 6],
         "max-statements": ["warn", 44],
         // Temporarily disabled rules
         "func-style": "off",
         "function-paren-newline": "off",
+        "key-spacing": "off",
         "max-len": "off",
         "max-lines": "off",
         "max-lines-per-function": "off",
         "no-invalid-this": "off",
+        "prefer-exponentiation-operator": "off",
         "sort-keys": "off",
         "sort-vars": "off"
     }