Skip to content

Commit

Permalink
Add no-bitwise rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 7, 2021
1 parent 4676f22 commit 9d9eae9
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 @@ -370,6 +370,7 @@ module.exports = {
],
'new-parens': 'error',
'no-array-constructor': 'error',
'no-bitwise': 'error',
'no-lonely-if': 'error',
'no-mixed-operators': 'error',
'no-mixed-spaces-and-tabs': 'error',
Expand Down

0 comments on commit 9d9eae9

Please sign in to comment.