ESLint v8.x end-of-life is 2024-10-05 and will not be maintained after that. Upgrade or consider long-term support options

ESLint v7.0.0-alpha.1 released

We just pushed ESLint v7.0.0-alpha.1, 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.

Highlights

Most of the highlights of this release are breaking changes, and are discussed further in the migration guide.

Installing

Since this is a pre-release version, you will not automatically be upgraded by npm. You must specify the next tag when installing:

npm i eslint@next --save-dev

You can also specify the version directly:

npm i eslint@7.0.0-alpha.1 --save-dev

Migration Guide

As there are a lot of changes, we’ve created a migration guide describing the changes in great detail along with the steps you should take to address them. We expect that most users should be able to upgrade without any build changes, but the migration guide should be a useful resource if you encounter problems.

Breaking Changes

Enhancements

Bug Fixes

Documentation

  • f702b1a Docs: Add missing plugin reference (#12796) (Eduard Bardají Puig)
  • 824d235 Docs: add errorOnUnmatchedPattern option to CLIEngine (#12834) (Arthur Denner)
  • 33efd71 Docs: Fix spelling mistakes (#12861) (Bryan Mishkin)
  • a5b3c5f Docs: Update README team and sponsors (ESLint Jenkins)
  • d6c313d Docs: add missing eslint comments in prefer-regex-literals examples (#12858) (Milos Djermanovic)
  • aea1729 Docs: Fix anchor links in Node.js API TOC (#12821) (Matija Marohnić)

Chores

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

ESLint v9.10.0 released
2 min read

ESLint v9.10.0 released

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

Trunk becomes ESLint gold sponsor
1 min read

Trunk becomes ESLint gold sponsor

We are happy to announce that Trunk is a gold sponsor of ESLint. We are grateful to founders Eli Schleifer and David Apirian, as well as the whole Trunk team.