From 09994bbbed656428698e2e8623455cd830dfa769 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Jun 2022 12:39:13 +0200 Subject: [PATCH] Update ESLint rules --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cd822dd..d56b586 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,7 @@ "space-infix-ops": "warn", "brace-style": "warn", "comma-spacing": "warn", - "indent": "warn", + "indent": ["warn", { "SwitchCase": 2 }], "arrow-spacing": "warn" } }