Skip to content

Commit

Permalink
disable ts suggestion that's covered by @typescript-eslint/await-then…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
DetachHead committed Sep 6, 2023
1 parent c8792b4 commit e85fcd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export = {
exclude: [
80001, // "File is a CommonJS module; it may be converted to an ES module" - esm in node is a pain because barely anything supports it properly
80005, // "'require' call may be converted to an import." - covered by @typescript-eslint/no-var-requires
80007, // "'await' has no effect on the type of this expression." - covered by @typescript-eslint/await-thenable
7028, // "Unused label" - covered by no-unused-labels
],
},
Expand Down

0 comments on commit e85fcd9

Please sign in to comment.