Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eslint: enable "@typescript-eslint/no-floating-promises" rule #107

Open
bmingles opened this issue Aug 20, 2024 · 0 comments
Open

eslint: enable "@typescript-eslint/no-floating-promises" rule #107

bmingles opened this issue Aug 20, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bmingles
Copy link
Collaborator

The "@typescript-eslint/no-floating-promises" eslint rule requires all promises explicitly be handled. This helps catch scenarios where a promise should be awaited but is not.

@bmingles bmingles added enhancement New feature or request triage labels Aug 20, 2024
@vbabich vbabich added this to the Backlog milestone Aug 20, 2024
@vbabich vbabich removed the triage label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants