You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
You're right, disabling the rule for that line has the same effect.
There's a reason I suggested void. There's an open issue (and a PR microsoft/TypeScript#15195) for the typescript compiler to disallow floating promises in async functions. For example:
asyncfunctionfoo(){asyncFunction();// will result in an error}
TypeScript code being linted
Could it be possible?
The text was updated successfully, but these errors were encountered: