coding-standards icon indicating copy to clipboard operation
coding-standards copied to clipboard

Replace deprecated declaration-property-unit-* rules

Open tfrommen opened this issue 4 years ago • 1 comments

The declaration-property-unit-blacklist and the declaration-property-unit-whitelist rules have been deprecated, and should be replaced with declaration-property-unit-disallowed-list and declaration-property-unit-allowed-list, respectively.

This will be a breaking change, as user overrides won't work any longer, and therefore require a major version release.

References:

  • https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/declaration-property-unit-blacklist/README.md
  • https://github.com/stylelint/stylelint/blob/13.7.0/lib/rules/declaration-property-unit-whitelist/README.md

tfrommen avatar Oct 21 '20 10:10 tfrommen

This is actioned in #248.

tfrommen avatar Mar 02 '21 18:03 tfrommen

This is now fixed via #248 & #275

ntwb avatar Sep 16 '22 11:09 ntwb