Misread ESLint docs...
It was supposed to permit `x|0` as well as `x | 0`.
This commit is contained in:
parent
ab51a055f5
commit
db9786110d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
}],
|
||||
"space-before-keywords": 2,
|
||||
"space-in-parens": 2,
|
||||
"space-infix-ops": [2, {"int32Hint": false}],
|
||||
"space-infix-ops": [2, {"int32Hint": true}],
|
||||
"space-unary-ops": 2,
|
||||
"spaced-comment": [2, "always"],
|
||||
"max-depth": [2, 4],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue