diff --git a/.eslintrc b/.eslintrc index 70abc88e1e..91d40d2486 100644 --- a/.eslintrc +++ b/.eslintrc @@ -24,7 +24,7 @@ "consistent-return": "off", "func-names": "off", "no-tabs": "off", - "indent": ["error", "tab"], + "indent": ["error", "tab", { "SwitchCase": 1 }], "no-eq-null": "off", "camelcase": "off", "no-new": "off",