|
@@ -18,7 +18,6 @@
|
|
|
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
|
|
"curly": ["error", "multi-line"],
|
|
|
"block-spacing": ["error", "always"],
|
|
|
- "comma-spacing": ["error", { "before": false, "after": true }],
|
|
|
"dot-location": ["error", "property"],
|
|
|
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
|
|
|
"spaced-comment": ["error", "always", {
|