stylelint 17.6.0
It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.
- Added: support for extending units to
languageOptions(#9166) (@jeddy3). - Fixed: missing
ruleMetadatawhen linting multiple files with overrides (#9154) (@kovsu). - Fixed:
custom-property-no-missing-var-functionfalse positives fortimeline-scopeandanimation-timeline(#9164) (@splincode).