ESLint 0.4.5 released

We just pushed ESLint 0.4.2, which is a minor release mostly to fix some bugs.

Breaking Changes

There are no breaking changes in this release.

Complete Changelog

The following is the complete list of changes in this version:

  • Build: Add perf check into Travis build to better monitor performance regressions (fixes #732) (Nicholas C. Zakas)
  • Fix: Make sure semi reports correct location of missing semicolon (fixes #726) (Nicholas C. Zakas)
  • Add --no-eslintrc cli flag (ref #717) (Brandon Mills)
  • Fix #716 crash with reset flag (Brandon Mills)
  • Docs: Fixed JSON formatting and highlighting (Anton Rudeshko (Tesla))
  • fixes #723: block-scoped-var throws on unnamed function expression (Michael Ficarra)
  • Fix: Make stroustrup brace-style closing message make sense (fixes #719) (Nicholas C. Zakas)
  • Fix: no-comma-dangle reports correct line number (Andrey Popp)
  • Upgrade: Esprima to 1.1.1 and EScope to 1.0.1 (fixes #718) (Nicholas C. Zakas)
  • CLI: Add reset cli flag (refs #692) (Brandon Mills)
  • Relax eqeqeq null check (fixes #669) (Brandon Mills)
  • New Rule: handle-callback-err (fixes #567) (Jamund Ferguson)

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.