Come up with eslint rule that throws if function is labeled as async
but doesn't use await
#64
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
async
here but we don't useawait
in the function's body: https://github.com/neume-network/extraction-worker/blob/cafba34b36422afb488f9b43af8934d8363ea655/src/worker.mjs#L47/cc @il3ven because you had set up neume-network/strategies#78
The text was updated successfully, but these errors were encountered: