Skip to content

Commit

Permalink
Merge pull request #89 from mvanduijker/master
Browse files Browse the repository at this point in the history
Don't mark //= comments as errors
  • Loading branch information
Flet authored Sep 15, 2017
2 parents 1bb53a3 + ac42b86 commit 176bbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"space-infix-ops": "error",
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
"spaced-comment": ["error", "always", {
"line": { "markers": ["*package", "!", "/", ","] },
"line": { "markers": ["*package", "!", "/", ",", "="] },
"block": { "balanced": true, "markers": ["*package", "!", ",", ":", "::", "flow-include"], "exceptions": ["*"] }
}],
"symbol-description": "error",
Expand Down

0 comments on commit 176bbdd

Please sign in to comment.