-
Notifications
You must be signed in to change notification settings - Fork 149
fix(no-wait-for-side-effects): catch implicit arrow function return #352
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
fix(no-wait-for-side-effects): catch implicit arrow function return #352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your first PR ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, @zaicevas thanks for your first PR! It looks great, just a couple of small tweaks, and should be ready to go.
May I ask how did you feel working within the codebase? We have put a lot of effort into making it more maintainable not only for usual contributors but also for outside ones, so any feedback you have around this would be really appreciated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Nice work @zaicevas 🚀
Changes requested were addressed already.
@all-contributors please add @zaicevas for bug, code and test |
I've put up a pull request to add @zaicevas! 🎉 |
🎉 This PR is included in version 4.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The development experience is great. I enjoyed it and it's motivating to contribute more. Tests are fast, CI/CD is convenient, so it looks like it's easy to quickly make an impact. I've never coded anything eslint related, yet it didn't take me more than a couple of hours to throw this together. For the first 30 minutes I had no idea where to start, until I've realized it's all based on AST and found https://astexplorer.net/ Another that I think could be of use in
More than happy to help |
@zaicevas thanks for your feedback, really useful! It's definitely a good idea to include some AST info and AST Explorer link to our CONTRIBUTING: the explorer is a must when dealing with AST, isn't it? Also interesting to add a section for trying changes locally (actually someone asked the very same thing the other day in Testing Library Discord). I'll create an issue for this. |
That was me, by the way |
Closes #351