diff --git a/.eslintrc.json b/.eslintrc.json index 4ef3931326..3ac576c161 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,6 +32,13 @@ "plugin:rxjs/recommended" ], "rules": { + "indent": [ + "error", + 2, + { + "SwitchCase": 1 + } + ], "max-classes-per-file": [ "error", 1