From f024527db16a8e2c09f018e39db786243b5ae031 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 3 Aug 2016 22:36:35 -0600 Subject: [PATCH] Fix switch rule --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bc7309be..c7757f0d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,10 @@ "rules": { "indent": [ "error", - "tab" + "tab", + { + "SwitchCase" : 1 + } ], "linebreak-style": [ "error",