Open
Description
Forgetting to put an await before calling an async function can have very bad outcomes and is quite hard to notice
TSLint has a rule named no-floating-promises -https://palantir.github.io/tslint/rules/no-floating-promises/
Can you implement a similar rule in this ESLint plugin?