Skip to content

Commit 176bbdd

Browse files
authored
Merge pull request #89 from mvanduijker/master
Don't mark //= comments as errors
2 parents 1bb53a3 + ac42b86 commit 176bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"space-infix-ops": "error",
161161
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
162162
"spaced-comment": ["error", "always", {
163-
"line": { "markers": ["*package", "!", "/", ","] },
163+
"line": { "markers": ["*package", "!", "/", ",", "="] },
164164
"block": { "balanced": true, "markers": ["*package", "!", ",", ":", "::", "flow-include"], "exceptions": ["*"] }
165165
}],
166166
"symbol-description": "error",

0 commit comments

Comments
 (0)