From a6d59f977e9b6d8fdc0d8cd7333667a4c6e40efa Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 6 Sep 2016 01:07:56 -0700 Subject: [PATCH] [eslint config] [base] [breaking] enable `no-bitwise` --- packages/eslint-config-airbnb-base/rules/style.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index c3f0442f..1d169826 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -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