Skip to content

Commit

Permalink
chore(eslint): remove no misused promises rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mymphe committed Mar 7, 2024
1 parent d136c50 commit a3387af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@typescript-eslint/no-explicit-any": ["warn"],
"@typescript-eslint/no-unused-vars": ["warn"],
"@typescript-eslint/no-floating-promises": ["warn"],
"@typescript-eslint/no-misused-promises": ["error"],
// prevents committing `describe.only` and `it.only` tests
"no-only-tests/no-only-tests": "warn",
"simple-import-sort/imports": [
Expand Down

0 comments on commit a3387af

Please sign in to comment.