Friday, 30 July, 2021 UTC


Summary

ESLint v7.32.0 released
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
  • 1bfbefd New: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis)
Enhancements
  • faecf56 Update: change reporting location for curly rule (refs #12334) (#14766) (Nitin Kumar)
Bug Fixes
  • d7dc07a Fix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil)
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)