-
Notifications
You must be signed in to change notification settings - Fork 239
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
feat: create prefer-hooks-in-order
rule
#1098
Conversation
there's a conflict, could you resolve? 🙂 |
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.
Looks good - could you throw in some more complex examples (the correct and incorrect samples from the doc would be a good start - we want to make sure that the tracking works correctly around nested cases; also can you chuck in an example with multiple hooks of the same name?), and you need to apply formatting + regenerate the docs (yarn run tools:regenerate-docs
).
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.
Looks good - I've got a few suggestions & nitpicks which'd be good to be addressed before merging, but I don't think need to stop merging if it comes to it.
Let me know if you're happy to action them or if you'd like me to :)
Thanks! I have fixed those 😄 |
# [26.3.0](v26.2.2...v26.3.0) (2022-05-28) ### Features * create `prefer-hooks-in-order` rule ([#1098](#1098)) ([384654c](384654c))
🎉 This PR is included in version 26.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The tests on your branch were a major help for implementing this @G-Rath. Thanks!
Resolves #992