Releases: nextcloud-libraries/stylelint-config
Releases · nextcloud-libraries/stylelint-config
v3.0.1
v3.0.0
v3.0.0 (2024-04-15)
Breaking changes 💥
stylelint was updated to version 16.0 which drops all stylistic changes.
The means stylelint only will check for code quality but not for stylistic rules.
So it is now recommended to instead use prettier
with @nextcloud/prettier-config
for stylistic rules.
See also Nextcloud prettier setup.
Changed
- Updated stylelint and require stylelint version 16.2.0 or later.