Skip to content

Commit

Permalink
remove no-async-promise-executor rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 25, 2023
1 parent af93235 commit 199c68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ module.exports = {
},
],
'no-alert': 'error',
'no-async-promise-executor': 'error',
'no-await-in-loop': 'error',
'no-console': 'error',
'no-constant-binary-expression': 'error',
Expand Down

0 comments on commit 199c68e

Please sign in to comment.