summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 8282d206..a93888bb 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -192,6 +192,7 @@
}
],
"no-implicit-globals": "error",
+ "no-multi-spaces": "error",
"no-trailing-spaces": "error",
"no-whitespace-before-property": "error",
"object-curly-spacing": [
@@ -221,6 +222,12 @@
"error",
"never"
],
+ "space-infix-ops": [
+ "error",
+ {
+ "int32Hint": false
+ }
+ ],
"space-unary-ops": "error",
"spaced-comment": [
"error",
@@ -515,7 +522,10 @@
"files": [
"*.json"
],
- "parser": "jsonc-eslint-parser"
+ "parser": "jsonc-eslint-parser",
+ "rules": {
+ "no-multi-spaces": "off"
+ }
},
{
"files": [