diff --git a/.eslintrc.json b/.eslintrc.json
index 82ee849b4bb73273ecf94939a04feca8da63589c..9e05ffd3bbf624b971744663397094336e140e43 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -76,6 +76,7 @@
 		"no-var": "warn",
 		"spaced-comment": "warn",
 		"no-undef": "off",
+		"indent": ["error", "tab", { "SwitchCase": 1 }],
 		"no-unused-vars": ["error", {"args": "none"}],
 		"block-scoped-var": "error",
 		"dot-notation": "warn",