Merge pull request #838 from impinball/patch-4

Misread ESLint docs...(meant to allow `x|0`)
This commit is contained in:
Leo Horie 2015-11-11 23:27:19 -05:00
commit e62eaed0fd

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