aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 971d2aed..7bd43e1f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,11 +10,15 @@
"no-unused-vars": "warn",
"constructor-super": "warn",
"valid-typeof": "warn",
- "indent": ["error", 4, {
- "SwitchCase": 1
- }],
+ "indent": [
+ "error",
+ 4,
+ {
+ "SwitchCase": 1
+ }
+ ],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"eqeqeq": ["error", "always"]
}
-} \ No newline at end of file
+}