Skip to content

Update Stylelint Configuration with Latest Rules#142

Merged
marcusosterberg merged 1 commit into
mainfrom
stylelint-rules-updates
May 18, 2026
Merged

Update Stylelint Configuration with Latest Rules#142
marcusosterberg merged 1 commit into
mainfrom
stylelint-rules-updates

Conversation

@github-actions
Copy link
Copy Markdown

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 dependabot/npm_and_yarn/stylelint-17.11.1 to main May 18, 2026 20:31
@github-actions github-actions Bot force-pushed the stylelint-rules-updates branch from e5c8ff2 to b83a55f Compare May 18, 2026 20:32
@github-actions github-actions Bot force-pushed the stylelint-rules-updates branch from b83a55f to 1cc7bcd Compare May 18, 2026 20:36
@marcusosterberg marcusosterberg merged commit b9efd9b into main May 18, 2026
@marcusosterberg marcusosterberg deleted the stylelint-rules-updates branch May 18, 2026 20:36
This was referenced May 21, 2026
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