-
Notifications
You must be signed in to change notification settings - Fork 8
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: add duplicate stability linters #215
Conversation
This isn't ready to land, but it's good to have a mirror of the node core PR so that we make sure to land the same changes. (PS, sorry this wasn’t initially a draft, the GitHub UI gave out on me while trying to open this initially) |
@nodejs/web-infra @araujogui please (re-)review the lint changes. Thank you! |
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
57eccbf
to
235cfc6
Compare
b65f900
to
701b2b7
Compare
I changed the logic a little bit (to use the correct position), please re-review |
This adds the features that @aduh95 is adding in nodejs/node#57516.
(Note: I've added the "Blocked" label, as the original PR is yet to land)