ESLint v8.23.1 released

We just pushed ESLint v8.23.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.

Highlights

This release includes a significant performance improvement in the indent rule as well as some bug fixes for the new eslint.config.js config system.

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn’t include subdirectories (#16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

Chores

The latest ESLint news, case studies, tutorials, and resources.

ESLint v9.0.0 released
12 min read

ESLint v9.0.0 released

We just pushed ESLint v9.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.

Introducing ESLint Config Inspector
2 min read

Introducing ESLint Config Inspector

Introducing the ESLint Config Inspector, a visual tool to help you understand and inspect ESLint flat configuration files.

ESLint v9.0.0-rc.0 released
2 min read

ESLint v9.0.0-rc.0 released

We just pushed ESLint v9.0.0-rc.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.