4.0.0
Completely changed config.
These configs are available now:
eslint-config-hudochenkoveslint-config-hudochenkov/baseeslint-config-hudochenkov/common-pluginseslint-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.