Skip to content

feat: remove stylelint-declaration-strict-value plugin

Vitaly Slobodin requested to merge vs/remove-declaration-strict-value-plugin into main

After playing for a while with the stylelint-declaration-strict-value plugin, I think we can drop it as stylelint has required rules out of the box. Removing this plugin not only reduced our dependencies tree but also unblocks us from upgrading our configuration to stylelint@16. I am going to open an MR that removes the mentioned plugin.

Merge request reports