Skip to content

Commit

Permalink
change error to warn @typescript-eslint/promise-function-async becaus…
Browse files Browse the repository at this point in the history
…e fixable
  • Loading branch information
ryota-murakami committed Aug 17, 2023
1 parent b7fc788 commit ff2020b
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 @@ -42,7 +42,7 @@ module.exports = {
],

'@typescript-eslint/prefer-as-const': 'warn',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/promise-function-async': 'warn',
eqeqeq: ['error', 'always'],
'import/default': 'error',
'import/export': 'error',
Expand Down

0 comments on commit ff2020b

Please sign in to comment.