Skip to content

Commit

Permalink
chore: add eslint rules to avoid bad promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanna_37 committed Feb 22, 2023
1 parent fe40180 commit 6219221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ rules:
- always
"@typescript-eslint/no-explicit-any":
- error
"@typescript-eslint/no-misused-promises":
- error
"@typescript-eslint/no-floating-promises":
- error

0 comments on commit 6219221

Please sign in to comment.