Skip to content
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

📎 Implement stylelint/declaration-block-no-duplicate-properties #2784

Closed
Tracked by #2511
togami2864 opened this issue May 9, 2024 · 1 comment · Fixed by #4029
Closed
Tracked by #2511

📎 Implement stylelint/declaration-block-no-duplicate-properties #2784

togami2864 opened this issue May 9, 2024 · 1 comment · Fixed by #4029
Assignees
Labels
A-Analyzer Area: analyzer A-Linter Area: linter L-CSS Language: CSS

Comments

@togami2864
Copy link
Contributor

togami2864 commented May 9, 2024

Description

Implement declaration-block-no-duplicate-properties

Important

  • Please skip implementing options for now since we will evaluate users actually want them later.
  • Please ignore handling extended CSS language cases such as sass and less.
  • Please skip custom function since we haven't syntax model yet.

Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.

@togami2864 togami2864 added A-Linter Area: linter L-CSS Language: CSS A-Analyzer Area: analyzer labels May 9, 2024
@togami2864
Copy link
Contributor Author

@chansuke I'm not sure why I can't assign this task, but this issue is yours 😃

And I think it would be better to implement the behavior when 'stylelint's ignore: ['consecutive-duplicates-with-different-syntaxes'] is enabled, as it allows users to adopt the recommended configuration without any further adjustments.

@chansuke chansuke self-assigned this Aug 23, 2024
@Conaclos Conaclos changed the title 📎 Implement declaration-block-no-duplicate-properties 📎 Implement stylelint/declaration-block-no-duplicate-properties Sep 16, 2024
@togami2864 togami2864 self-assigned this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Analyzer Area: analyzer A-Linter Area: linter L-CSS Language: CSS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants