Skip to content

Update Stylelint Configuration with Latest Rules#98

Merged
7h3Rabbit merged 1 commit intomainfrom
stylelint-rules-updates
Sep 26, 2025
Merged

Update Stylelint Configuration with Latest Rules#98
7h3Rabbit merged 1 commit intomainfrom
stylelint-rules-updates

Conversation

@github-actions
Copy link

This PR updates the stylelint configuration to include the latest rules from the most recent version of stylelint.
The focus is on rules that prevent the use of:

  • unknown
  • deprecated
  • invalid
  • vendor-prefixed
  • empty
  • non-standard
  • important declarations

Specifically done by including all rules where name contains any followed:

  • rule name include 'no-unknown'
  • rule name include 'no-deprecated'
  • rule name include 'no-invalid'
  • rule name include 'no-vendor'
  • rule name include 'no-empty'
  • rule name include 'no-nonstandard'
  • rule name include 'no-important'

Following files may be touched:

  • configurations/standard.json

Base automatically changed from 7h3Rabbit-patch-1 to main September 26, 2025 19:02
@github-actions github-actions bot force-pushed the stylelint-rules-updates branch from a357282 to 9312834 Compare September 26, 2025 19:03
@7h3Rabbit 7h3Rabbit merged commit e22cebf into main Sep 26, 2025
@7h3Rabbit 7h3Rabbit deleted the stylelint-rules-updates branch September 26, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants