Specify the default value for the number of spaces in the indent rule so its object parameter isn't parsed as the number of spaces

This commit is contained in:
Kevin MacMartin 2016-05-17 21:12:47 -04:00
parent 1a73daabbe
commit d13004e775

View file

@ -86,7 +86,7 @@
"comma-spacing": [ "warn" ],
"comma-style": [ "warn" ],
"computed-property-spacing": [ "warn" ],
"indent": [ "warn", { "SwitchCase": 1 } ],
"indent": [ "warn", 4, { "SwitchCase": 1 } ],
"key-spacing": [ "warn", { "align": "value" } ],
"keyword-spacing": [ "warn" ],
"linebreak-style": [ "warn" ],