ESLint v1.7.3 released

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

Bug Fixes

  • Fix: Support comma-first style in key-spacing (fixes #3877) (Brandon Mills)
  • Fix: no-magic-numbers: variable declarations (fixes #4192) (Ilya Panasenko)
  • Fix: Support ES6 shorthand in key-spacing (fixes #3678) (Brandon Mills)
  • Fix: indent array with memberExpression (fixes #4203) (Gyandeep Singh)
  • Fix: indent param function on sameline (fixes #4174) (Gyandeep Singh)
  • Fix: no-multiple-empty-lines fails when empty line at EOF (fixes #4214) (alberto)
  • Fix: comma-dangle false positive (fixes #4200) (Nicholas C. Zakas)
  • Fix: valid-jsdoc prefer problem (fixes #4205) (Nicholas C. Zakas)
  • Fix: correct no-multiple-empty-lines at EOF (fixes #4140) (alberto)

Documentation

  • Docs: Add missing single-quote (Kevin Lamping)

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

ESLint v9.1.0 released
2 min read

ESLint v9.1.0 released

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

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.