mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Add spaced-comment as warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user