Merge pull request #838 from impinball/patch-4
Misread ESLint docs...(meant to allow `x|0`)
This commit is contained in:
commit
e62eaed0fd
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