[eslint config] [base] [breaking] enable no-bitwise

This commit is contained in:
Jordan Harband
2016-09-06 01:07:56 -07:00
parent aa4e9c466a
commit a6d59f977e

View File

@@ -136,8 +136,7 @@ module.exports = {
// disallow use of bitwise operators
// http://eslint.org/docs/rules/no-bitwise
// TODO: enable
'no-bitwise': 'off',
'no-bitwise': 'error',
// disallow use of the continue statement
// http://eslint.org/docs/rules/no-continue