Misread ESLint docs...

It was supposed to permit `x|0` as well as `x | 0`.
This commit is contained in:
Isiah Meadows 2015-11-11 21:40:32 -05:00
parent ab51a055f5
commit db9786110d

View file

@ -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],