It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.
- Fixed: performance of config augmentation and module imports (#9021) (@adalinesimonian).
- Fixed: performance of config override matching (#9023) (@adalinesimonian).
- Fixed: performance of config resolution (#9033) (@adalinesimonian).
- Fixed: performance of rule resolution (#9022) (@adalinesimonian).
- Fixed:
declaration-property-value-no-unknownfalse negatives for math functions (#9011) (@ragini-pandey). - Fixed:
no-duplicate-selectorsfalse negatives for matching escaped selectors (#8953) (@bjnewman). - Fixed:
no-invalid-position-at-import-rulefalse negatives for layers with blocks (#9026) (@romainmenke).