Skip to content

Commit

Permalink
Enable no-floating-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Nov 22, 2023
1 parent 82cdf86 commit e7fd6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/library/configs/@typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
{allowExpressions: true},
],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-unsafe-declaration-merging': 'off',
Expand Down

0 comments on commit e7fd6f7

Please sign in to comment.