diff --git a/.eslintrc.json b/.eslintrc.json index 5a9ec37..d6d02e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ "curly": ["error", "multi-line", "consistent"], "dot-location": ["error", "property"], "handle-callback-err": "off", - "indent": ["error", 4], + "indent": ["error", 4, { "SwitchCase": 1 }], "keyword-spacing": "error", "max-nested-callbacks": ["error", { "max": 4 }], "max-statements-per-line": ["error", { "max": 2 }],