Skip to content

4.0.0

Compare
Choose a tag to compare
@hudochenkov hudochenkov released this 19 Apr 17:03
· 48 commits to master since this release

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.