Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disallow awaiting non thenable values (#110)
To prevent unnecessary async, have the linter flag when we are awaiting a value that is not a thenable.
- Loading branch information