Merge pull request #10053 from Snuffleupagus/spaced-comment
Simplify the "spaced-comment" ESLint rule
This commit is contained in:
commit
c751757470
@ -167,10 +167,6 @@
|
|||||||
"space-infix-ops": ["error", { "int32Hint": false }],
|
"space-infix-ops": ["error", { "int32Hint": false }],
|
||||||
"space-unary-ops": ["error", { "words": true, "nonwords": false, }],
|
"space-unary-ops": ["error", { "words": true, "nonwords": false, }],
|
||||||
"spaced-comment": ["error", "always", {
|
"spaced-comment": ["error", "always", {
|
||||||
"line": {
|
|
||||||
"exceptions": ["//", "#else", "#endif"],
|
|
||||||
"markers": ["#if", "#elif", "#include", "#expand", "#error"],
|
|
||||||
},
|
|
||||||
"block": {
|
"block": {
|
||||||
"balanced": true,
|
"balanced": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user