[oxlint] FR: no-floating-promises
type checked rule
#11925
Closed
mesqueeb
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
I’m not sure there’s any official plans just yet. I think other things have priority at the moment, but there’s two things out there of interest. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What are the plans to implement type-checked rules like
no-floating-promises
?Our team got burnt by a promise that they forgot to await one time, and they want to avoid that with some sort of rule that catches when we forget to await a promise.
Is there anything equivalent?
Or are there plans to implement type checked rules in the future?
Beta Was this translation helpful? Give feedback.
All reactions