ESLint: enable no-bitwise rule

[skip sauce]
This commit is contained in:
Chris Rebert 2015-12-24 18:53:39 -07:00
parent ad4c0ee52f
commit 5deb734b53
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// Possible Errors
"comma-dangle": [2, "never"],
"handle-callback-err": 2,
"no-bitwise": 0,
"no-bitwise": 2,
"no-cond-assign": 2,
"no-console": 2,
"no-constant-condition": 2,