-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
docs: stylelint enable no-duplicate-selectors #16467
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
Hi @nschonni!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by running Read more about contributing to ESLint here |
✅ Deploy Preview for docs-eslint canceled.
|
1d9661d
to
0a61314
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.
LGTM. I'm 👍🏻 to enable this rule.
Oops! It looks like we lost track of this pull request. What do we want to do here? This pull request will auto-close in 7 days without an update. |
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, but I want someone to double-check
I have the same doubt as well 😅 eslint/eslint.org#365 (review) |
Everyone - what do we want to do here? Should we merge or close? |
We might want to cross verify the changes and check if cascading is working properly alone. Nothing else is pending here. |
Following up again...next steps? |
Im closing this right now but re open once I sort this out. Im not getting time :( |
Prerequisites checklist
What is the purpose of this pull request? (put an "X" next to an item)
[ ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[x] Other, please explain:
What changes did you make? (Give an overview)
Enabled the rule to flag when the calculated selector is duplicated in a stylesheet. Manually addressed flagged issues, as this one isn't auto-fixable
Is there anything you'd like reviewers to focus on?