diff --git a/node.js b/node.js index c2b251f..2cb5d67 100644 --- a/node.js +++ b/node.js @@ -39,6 +39,7 @@ module.exports = { 'import/order': ERROR, 'no-restricted-globals': [ERROR].concat(restrictedGlobals), 'no-restricted-syntax': [ERROR, 'WithStatement'], + 'no-constant-binary-expression': ERROR, 'prettier/prettier': ERROR, 'promise/prefer-await-to-then': WARNING, 'import/no-extraneous-dependencies': [