Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
TheRoadmap listsno-floating-promises
as "N/A" because of eslint-plugin-promise.
But that plugindoes not and has no plans to support floating promise detection:
eslint-community/eslint-plugin-promise#151
FWIW, this check caught a large number of bugs for us in our async code - it's an easy mistake to make.