ESLint v7.32.0 released

by Brandon Mills - 30 July 2021

We just pushed ESLint v7.32.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

Highlights

The new --exit-on-fatal-error option will treat parsing errors as fatal and return exit code 2. By default, parsing errors return exit code 1 like rule violations.

Features

Enhancements

Bug Fixes

Documentation

  • d53d906 Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin)
  • d28f2ff Docs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir)
  • f9c164f Docs: New syntax issue template (#14826) (Nicholas C. Zakas)
  • ed945bd Docs: fix multiple broken links (#14833) (Sam Chen)
  • 6641d88 Docs: Update README team and sponsors (ESLint Jenkins)

Chores

  • 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin)
  • ed007c8 Chore: Simplify internal no-invalid-meta rule (#14842) (Bryan Mishkin)
  • 8be8a36 Chore: Adopt eslint-plugin/require-meta-docs-url rule internally (#14823) (Bryan Mishkin)
  • eba0c45 Chore: assertions on reporting loc in unicode-bom (refs #12334) (#14809) (Nitin Kumar)
  • 60df44c Chore: use actions/setup-node@v2 (#14816) (Nitin Kumar)