Require no spaces before key colons and exactly one after

This commit is contained in:
Kevin MacMartin 2016-05-20 15:54:10 -04:00
parent 9092bfe371
commit bb4c3c0220

View file

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