From bce389d81fb8325c09d89c6709d202f9c1d8c4fc Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Thu, 7 May 2020 21:27:32 +0200 Subject: [PATCH] indent tab, SwitchCase --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 82ee849b4bb..9e05ffd3bbf 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", -- GitLab