Skip to content

Commit

Permalink
error to warn wait-thenable rule became fixable typescript-eslint/typ…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Sep 17, 2023
1 parent 2661871 commit 9bb1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
reportUnusedDisableDirectives: true,
root: true,
rules: {
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/await-thenable': 'warn',
'@typescript-eslint/consistent-type-imports': 'warn',
'@typescript-eslint/no-misused-new': 'error',
'@typescript-eslint/no-misused-promises': [
Expand Down

0 comments on commit 9bb1459

Please sign in to comment.