Skip to content

5.0.0 — A New Era

Compare
Choose a tag to compare
@RyanZim RyanZim released this 25 Aug 20:03
· 20 commits to master since this release

This release upgrades to eslint v7, and makes signifiant changes to the config. The basic philosophy is still the same, but more rules have been added to catch more problems.

Additionally, eslint made the decision to deprecate rules that were specific to Node.js in eslint v7, so this release removes those rules. In the future, we may add a sub-config that would depend on https://github.com/mysticatea/eslint-plugin-node; please open an issue if you have interest in this.

  • BREAKING: Require eslint v7.3.0+
  • BREAKING: Change ruleset