-
-
Notifications
You must be signed in to change notification settings - Fork 26
fix: relax type for rule.meta.docs.recommended #235
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
Conversation
2ad531c
to
0c121bc
Compare
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 the pull request. Since we are here, can we add a unit test to packages/core/tests/types/types.test.ts to make sure that RulesMetaDocs
allows a recommended
property?
Also, the CI build is failing. Can you check?
Added tests 👍
Looks to be green now? But I'm not sure that the CI actually ran — looks like it needs an approval to run |
Looks like Prettier formatting is failing. If you run |
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.
LGTM, thanks!
Prerequisites checklist
What is the purpose of this pull request?
fixes #234