Expect switch case to be one level deeper than the switch

This commit is contained in:
Kevin MacMartin 2016-05-17 21:09:35 -04:00
parent 39d1680e69
commit 1a73daabbe

View file

@ -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" ],