From 1a73daabbe33c85f6cf841536f4bb861b197c69a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 17 May 2016 21:09:35 -0400 Subject: [PATCH] Expect switch case to be one level deeper than the switch --- eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslintrc b/eslintrc index ad3079c..25b6c88 100644 --- a/eslintrc +++ b/eslintrc @@ -86,7 +86,7 @@ "comma-spacing": [ "warn" ], "comma-style": [ "warn" ], "computed-property-spacing": [ "warn" ], - "indent": [ "warn" ], + "indent": [ "warn", { "SwitchCase": 1 } ], "key-spacing": [ "warn", { "align": "value" } ], "keyword-spacing": [ "warn" ], "linebreak-style": [ "warn" ],