From 4b2102b97f584871ab2726a1b6c19f44afddc03e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Jun 2022 19:14:55 +0200 Subject: [PATCH] Fix ESLint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d56b586..3fece25 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,7 @@ "space-infix-ops": "warn", "brace-style": "warn", "comma-spacing": "warn", - "indent": ["warn", { "SwitchCase": 2 }], + "indent": ["warn", 4, { "SwitchCase": 1 }], "arrow-spacing": "warn" } }