Lint for if you forgot to `await` a Promise?
If you have async methods that you call for their side effects, it's easy to forget to
Is there a lint rule that I can enable for that? (Sort of like Rust's rules about unused Results?)
ex:
await them.Is there a lint rule that I can enable for that? (Sort of like Rust's rules about unused Results?)
ex:
