Skip to content

Commit

Permalink
Add no-constant-binary-expression rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Nov 13, 2023
1 parent 522818d commit 38011fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'no-cond-assign': 'error',
'no-console': 'error',
'no-const-assign': 'error',
'no-constant-binary-expression': 'error',
'no-control-regex': 'error',
'no-debugger': 'error',
'no-delete-var': 'error',
Expand Down

0 comments on commit 38011fa

Please sign in to comment.