Closed sebnitu closed 2 years ago
Currently the rule list uses two deprecated rules:
This PR fixes these deprecation's by changing:
declaration-property-unit-whitelist
declaration-property-unit-allowed-list
declaration-property-unit-blacklist
declaration-property-unit-disallowed-list
Fixes #33
Problem
Currently the rule list uses two deprecated rules:
Solution
This PR fixes these deprecation's by changing:
declaration-property-unit-whitelist
→declaration-property-unit-allowed-list
declaration-property-unit-blacklist
→declaration-property-unit-disallowed-list
Fixes #33