css
css copied to clipboard
Rule: declaration-property-value-blacklist no longer exists with Stylelint 14.x
I have upgraded Stylelint to 14.0.0 and now it breaks when using the 'stylelint-config-airbnb' config
Unknown rule declaration-property-value-blacklist declaration-property-value-blacklist
Looks like there are some breaking changes with stylelist 14x. which is now the only version supported by the VSCode plugin. Personally I am going to try using stylelint-config-standard-scss then manually add the rules I see defined here in the repo.