Skip to content

Commit

Permalink
Enable @typescript-eslint/no-floating-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Sep 30, 2024
1 parent 38a7b49 commit 794c543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ export default [
// TODO: make this an error when we have time to deal with it
'@typescript-eslint/no-explicit-any': 'off',
// '@typescript-eslint/no-explicit-any': 'warn',
// TODO: make this an error when we have time to deal with it
'@typescript-eslint/no-floating-promises': 'warn',
'@typescript-eslint/no-floating-promises': 'error',
},
},
{
Expand Down

0 comments on commit 794c543

Please sign in to comment.