Skip to content

Commit

Permalink
Enable default @typescript-eslint/no-floating-promises rule
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jul 7, 2023
1 parent d9e5b46 commit 09d3ece
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-dynamic-delete": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/prefer-optional-chain": "off",
Expand Down
3 changes: 0 additions & 3 deletions src/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/actions/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/constants/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/controllers/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/hooks/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/locales/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/modules/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/plugins/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/reducers/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/selectors/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/styles/common/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/theme/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/types/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/util/.eslintrc.json

This file was deleted.

0 comments on commit 09d3ece

Please sign in to comment.