Releases: atolye15/stylelint-config
Releases · atolye15/stylelint-config
v6.0.0
6.0.0 (2025-03-17)
⚠ BREAKING CHANGES
prettier
should be installed
Features
- implement prettier and remove conflicting rules (e6904e4)
v5.0.1
5.0.1 (2024-07-25)
Refactors
- remove deprecated rule and use the new one (f9b04e9)
v5.0.0
5.0.0 (2024-07-01)
build
Refactors
- add missing peer dependency postcss (2c908c7)
Check the links below for breaking changes:
v4.1.3
4.1.3 (2023-11-03)
Bug Fixes
- fix the rule load-no-partial-leading-underscore not found (0dfe398)
v4.1.2
4.1.2 (2023-11-01)
Bug Fixes
- remove deprecated rule and use with the new one (7e56c65)
v4.1.1
4.1.1 (2023-10-30)
Bug Fixes
- fix selector-class-pattern does not match BEM notation (765704d)
- fix stylelint complains about :global selector (c722ec3)
Refactors
- disable scss/comment-no-empty rule (d2bf0d9)
v4.1.0
4.1.0 (2023-10-30)
Refactors
- allow to set initial as a value (70cb233)
- use stylelint-config-standard-scss directly (69e87f5)
v4.0.0
4.0.0 (2023-02-13)
⚠ BREAKING CHANGES
build
- upgrade peer dependency stylelint to 15.0.0 (21af576)
Refactors