-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📎 Implement lint/useAwait
- eslint/require-await
#575
Comments
lint/noAsyncWithoutAwait
- eslint/require-await
Can I be assigned this task? I'm interested |
What about |
Thanks! I'll work on your suggestions. |
lint/noAsyncWithoutAwait
- eslint/require-await
lint/useAwait
- eslint/require-await
Hi @2-NOW, are you still interested? |
Yes, of course. I spent quite a bit of time to understand the project structure and overall content. I've already started working on it and will share what I've done this weekend on PR. Thanks for your interest! |
Working on #699 ! |
I've completed the PR and are waiting for reviews 🚀 . |
Description
ESLint: require-await
IMO,noAsyncWithoutAwait
is descriptive more thanrequire-await
. Any better name?Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered: