ESLint v6.7.0 released

We just pushed ESLint v6.7.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

Suggestions API

This release contains a new Suggestions API for rule authors and integrations. You can read more about this exciting new feature here.

ignorePatterns in config files

This release adds a new ignorePatterns property in config files (including shareable configs) in order to control the files ESLint ignores. See also documentation.

New Rules

Deprecations

Please note that these deprecated features may be removed in a future major release of ESLint.

Features

Enhancements

Bug Fixes

Documentation

Dependency Upgrades

  • 287ca56 Build: update CI for Node.js 13 (#12496) (Toru Nagashima)

Chores

  • 07d398d Chore: Add GitHub organization to Sponsor button (#12562) (Brandon Mills)
  • a477707 Chore: Format style guide links so they can be clicked (#12189) (Ivan V)
  • 575a98d Chore: Add funding field to package.json (#12543) (Nicholas C. Zakas)

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

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.

ESLint v9.0.0-beta.2 released
2 min read

ESLint v9.0.0-beta.2 released

We just pushed ESLint v9.0.0-beta.2, 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.

ESLint v9.0.0-beta.1 released
1 min read

ESLint v9.0.0-beta.1 released

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