Skip to content

Commit

Permalink
Merge pull request #10053 from Snuffleupagus/spaced-comment
Browse files Browse the repository at this point in the history
Simplify the "spaced-comment" ESLint rule
  • Loading branch information
timvandermeij authored Sep 9, 2018
2 parents 510f1c8 + 6481fc0 commit c751757
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@
"space-infix-ops": ["error", { "int32Hint": false }],
"space-unary-ops": ["error", { "words": true, "nonwords": false, }],
"spaced-comment": ["error", "always", {
"line": {
"exceptions": ["//", "#else", "#endif"],
"markers": ["#if", "#elif", "#include", "#expand", "#error"],
},
"block": {
"balanced": true,
}
Expand Down

0 comments on commit c751757

Please sign in to comment.