Skip to content

Commit

Permalink
chore: Add no-constant-binary-expression rule (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Nov 9, 2023
1 parent 40e5a57 commit cf0b612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit cf0b612

Please sign in to comment.