Skip to content

chore: enable eslint rule to detect floating promises#31

Merged
skyrpex merged 1 commit into
mainfrom
enable-eslint-rule-to-detect-floating-promises
Sep 5, 2025
Merged

chore: enable eslint rule to detect floating promises#31
skyrpex merged 1 commit into
mainfrom
enable-eslint-rule-to-detect-floating-promises

Conversation

@skyrpex

@skyrpex skyrpex commented Sep 5, 2025

Copy link
Copy Markdown
Contributor

A "floating" Promise is one that is created without any code set up to handle any errors it might throw. Floating Promises can cause several issues, such as improperly sequenced operations, ignored Promise rejections, and more.

A "floating" Promise is one that is created without any code set up to handle any errors it might throw. Floating Promises can cause several issues, such as improperly sequenced operations, ignored Promise rejections, and more.
@skyrpex skyrpex enabled auto-merge (squash) September 5, 2025 10:30

@anisaoshafi anisaoshafi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🔐

@skyrpex skyrpex merged commit fc7cdaa into main Sep 5, 2025
3 checks passed
@skyrpex skyrpex deleted the enable-eslint-rule-to-detect-floating-promises branch September 5, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants