Skip to content

Commit

Permalink
Add rule no-promise-executor-return
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Oct 10, 2022
1 parent 9e51e5a commit 3f95a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -21,6 +21,7 @@ module.exports = {
'no-constant-binary-expression': 'error',
'no-constructor-return': 'error',
'no-duplicate-imports': 'error',
'no-promise-executor-return': 'error',
'no-self-compare': 'error',
'no-unmodified-loop-condition': 'error',
'no-unreachable-loop': 'error',
Expand Down

0 comments on commit 3f95a6a

Please sign in to comment.