We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-constant-binary-expression
1 parent 40e5a57 commit cf0b612Copy full SHA for cf0b612
node.js
@@ -39,6 +39,7 @@ module.exports = {
39
'import/order': ERROR,
40
'no-restricted-globals': [ERROR].concat(restrictedGlobals),
41
'no-restricted-syntax': [ERROR, 'WithStatement'],
42
+ 'no-constant-binary-expression': ERROR,
43
'prettier/prettier': ERROR,
44
'promise/prefer-await-to-then': WARNING,
45
'import/no-extraneous-dependencies': [
0 commit comments