Add = marker to spaced comment eslint rule
This commit is contained in:
parent
41b49341e2
commit
c1734fd800
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@
|
||||||
"space-in-parens": [2, "never"],
|
"space-in-parens": [2, "never"],
|
||||||
"space-infix-ops": [2, {"int32Hint": true}],
|
"space-infix-ops": [2, {"int32Hint": true}],
|
||||||
"space-unary-ops": [2, {"words": true, "nonwords": false}],
|
"space-unary-ops": [2, {"words": true, "nonwords": false}],
|
||||||
"spaced-comment": [2, "always"],
|
"spaced-comment": [2, "always", {"markers": ["="]}],
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
"template-curly-spacing": 0,
|
"template-curly-spacing": 0,
|
||||||
"unicode-bom": 0,
|
"unicode-bom": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue