Skip to content

4.0.0

Choose a tag to compare

@hudochenkov hudochenkov released this 29 Feb 22:40
· 77 commits to master since this release

Completely changed config.

These configs are available now:

  • eslint-config-hudochenkov
  • eslint-config-hudochenkov/base
  • eslint-config-hudochenkov/common-plugins
  • eslint-config-hudochenkov/react

Default config now requires plugins installed.

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 eslint --max-warnings 0 to fail linting if at least warning is reported.