No Floating Promises: an eslint rule to prevent async code errors
![The article discusses the ESLint rule no-floating-promises which disallows promises without await. The rule is designed to prevent developers from accidentally forgetting to await promises, which can lead to unexpected behavior.](https://res.cloudinary.com/mikebifulco-com/image/upload/c_limit,w_1200/f_auto/q_auto/v1/posts/eslint-no-floating-promises/cover.webp?_a=BAVAfVBy0)
The article discusses the ESLint rule no-floating-promises which disallows promises without await. The rule is designed to prevent developers from accidentally forgetting to await promises, which can lead to unexpected behavior.
Read more →