diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index a8cc237e0..3a7eb3f0b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,9 +20,6 @@ "func-names": "off", // "func-style": ["error", "declaration"], "id-length": ["error", { "min": 1 }], - // "@stylistic/key-spacing": ["error", { - // "singleLine": { "afterColon": false } - // }], "line-comment-position": "off", "logical-assignment-operators": ["error", "never"], "max-params": ["warn", 6], @@ -77,7 +74,6 @@ "sort-vars": "off", "@stylistic/function-paren-newline": "off", - "@stylistic/key-spacing": "off", "@stylistic/one-var-declaration-per-line": "off" } } |