[no-floating-promises] assigning unresolved promises doesn't cause an error #3359
Closed
3 tasks done
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
working as intended
Issues that are closed as they are working as intended
Uh oh!
There was an error while loading. Please reload this page.
Repro
Expected Result
Both the second and third lines should be linted.
Actual Result
only the second line gets linted
Additional Info
I think assigning unresolved promises doesn't trigger
no-floating-promises
Versions
@typescript-eslint/eslint-plugin
4.22.1
@typescript-eslint/parser
4.22.1
TypeScript
3.9.7
ESLint
7.25.0
node
14.16.1
The text was updated successfully, but these errors were encountered: