mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 05:58:04 -05:00
[eslint config] [base] [breaking] enable no-bitwise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user