@pplancq/stylelint-config@2.0.0
github-actions
released this
12 Mar 20:13
·
597 commits
to main
since this release
@pplancq/stylelint-config 2.0.0 (2024-03-12)
⚠ BREAKING CHANGES
- stylelint-config: The default configuration no longer supports the stylelint-prettier plugin.
You must now install prettier and stylelint-prettier separately and use the alternative configuration.
To use is alternative configuration, replace"stylelint": { "extends": ["@pplancq/stylelint-config/prettier"] }
to yourpackage.json
.
Features
- stylelint-config: prettier made fully optional (984aa69)