Add spaced-comment as warning

This commit is contained in:
Rachel Fenichel
2019-07-31 09:56:07 -07:00
parent 16f0992764
commit 2d1179e52f

View File

@@ -68,7 +68,12 @@
"valid-jsdoc": ["error", {"requireReturn": false}],
"no-console": ["off"],
"no-multi-spaces": ["error", { "ignoreEOLComments": true }],
"operator-linebreak": ["error", "after"]
"operator-linebreak": ["error", "after"],
"spaced-comment": ["warn", "always", {
"block": {
"balanced": true
}
}]
},
"env": {
"browser": true