aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 69b361045..8f79cbaa2 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -141,7 +141,8 @@
"id-blacklist": "error",
"id-length": "off",
"id-match": "error",
- "indent": ["error", 2, { "SwitchCase": 1 }],
+ "indent": "off",
+ "indent-legacy": ["error", 2, { "SwitchCase": 1 }],
"jsx-quotes": "error",
"key-spacing": "off",
"keyword-spacing": "error",