Skip to content

Commit

Permalink
add no-constant-binary-expression, no-constant-condition rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Mar 2, 2023
1 parent 0400566 commit 9710caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ module.exports = {
],
'no-alert': 'error',
'no-console': 'error',
'no-constant-binary-expression': 'error',
'no-constant-condition': 'error',
'no-dupe-keys': 'error',
'no-empty-pattern': 'error',
'no-unused-private-class-members': 'error',
Expand Down

0 comments on commit 9710caf

Please sign in to comment.