Skip to content

Commit

Permalink
chore: disable rule @typescript-eslint/no-misused-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Sep 27, 2024
1 parent eee65b9 commit b1ee2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export default [
'@typescript-eslint/no-implied-eval': 'error',
'@typescript-eslint/no-loss-of-precision': 'error',
'@typescript-eslint/no-misused-new': 'error',
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/no-namespace': 'error',
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
'@typescript-eslint/no-redundant-type-constituents': 'error',
Expand Down

0 comments on commit b1ee2c3

Please sign in to comment.