brunch / postcss-brunch

Adds PostCSS support to brunch
MIT License
53 stars 31 forks source link

Support stylelint with 0 config #34

Closed shvaikalesh closed 1 year ago

rstacruz commented 7 years ago

👎 there are many ways to integrate stylelint, and many people prefer linting to be an additional step to compiling. this would break many workflows.

also, 0-configuration stylelint wouldn't be sensible considering there are many available stylelint configurations out there.

shvaikalesh commented 7 years ago

Sure, we won't break anything and will not provide some default config. However, if user has one, Brunch would use it.