4.0.0
Completely changed config.
These configs are available now:
stylelint-config-hudochenkov
stylelint-config-hudochenkov/dollar-variables
stylelint-config-hudochenkov/order
stylelint-config-hudochenkov/full
Many rules are have warn
severity, instead of error
. Thinking behind was to mark as error things, that are breaking code. If something doesn't break code and just an improvement — it's a warn.
Use stylelint --max-warnings 0
to fail linting if any violation reported.