Closed
Description
The Roadmap lists no-floating-promises
as "N/A" because of eslint-plugin-promise.
But that plugin does 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.