- Changed: (BREAKING) update to [email protected], this needs node >=
18.12.0
(for more info including the rules which are removed incase you were using them, see v16 changelog) - Changed: removed deprecated rule
declaration-colon-newline-after
which was already deactivated - Changed: replace deprecated rule
at-import-partial-extension-blacklist
withwith at-import-partial-extension-disallowed-list
- Changed: use
stylelint-config-standard
andstylelint-config-standard-scss
as the base for the rules - Changed: replace deprecated
stylelint-declaration-use-variable
withstylelint-declaration-strict-value
plugin - Changed: add new config for prettier
- Changed: update some rules, including the order
- Changed: Extend the scoped package in .stylelintrc
- Changed: Update README to match new package origin
- Changed: Fix empty line rule before @else blocks
- Changed: Compatible with stylelint 9.1.3
- Changed: order now includes comprehensive list of all CSS properties
- Changed: Compatible with stylelint 8.4.0
- Added: introduced order plugin
- Changed: licence. Ready for release
- Fixed: made pattern case insenstive
- Fixed: added border- properties
- Fixed: added files array to package.json
- Fixed: package.json repository field
- Fixed: publishing issues
- Initial release