constverum / stylelint-config-rational-order

Stylelint config that sorts related property declarations by grouping together in the rational order :vertical_traffic_light:
Apache License 2.0
449 stars 53 forks source link

Use peer dependencies (fixes blank line) #19

Open brandonkal opened 5 years ago

brandonkal commented 5 years ago

stylelint and stylelint order should be listed as peerDependencies so the user can specify their versions.

This fixes the issue of the blank line in error messages and allows users to use stylelint v10 (as you have a yarn.lock file)

donniean commented 4 years ago

+1