stylelint-config-recess-order
stylelint-config-recess-order copied to clipboard
Should `stylelint-order` be a peer dependency instead?
Thinking about removing the dependency on stylelint-order
and making it a peerDependency instead. An extra thing to install if the plugin isn't being used in the config elsewhere, but less chance of issues with a version mismatch if it is.
I guess somewhat related is the fact that stylelint-config-recess-order
works with Stylelint 16 (even though it's not advertised) as long as you add "stylelint-order": "6.0.4"
to overrides
/resolutions
in your project's package.json
stylelint-order
added Stylelint 16 support in 6.0.4
But in the stylelint-config-recess-order
lock file stylelint-order
is, as of today, resolved to 6.0.2
.