diff --git a/.eslintrc.json b/.eslintrc.json index bc7309be..c7757f0d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,10 @@ "rules": { "indent": [ "error", - "tab" + "tab", + { + "SwitchCase" : 1 + } ], "linebreak-style": [ "error",