stormwarning / stylelint-config-recess-order

🗂️ Recess-based property sort order for Stylelint.
ISC License
349 stars 22 forks source link

Should `stylelint-order` be a peer dependency instead? #355

Open stormwarning opened 7 months ago

stormwarning commented 7 months ago

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.

alebelcor commented 7 months ago

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.