Skip to content

Commit 7d5f7bb

Browse files
committed
this rule is harmless
1 parent e22befd commit 7d5f7bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default [
1414
lube
1515
},
1616
rules: {
17+
'@typescript-eslint/await-thenable': 'error',
1718
'@typescript-eslint/prefer-promise-reject-errors': 'error',
1819
'@typescript-eslint/require-await': 'error',
1920
'no-console': 'error',

0 commit comments

Comments
 (0)