ESLint 1.2.1 released

We just pushed ESLint 1.2.1, which is a patch release upgrade. This release contains fixes for issues found in v1.2.0.

Bug Fixes

  • Fix: “key-spacing” crashes eslint on object literal shorthand properties (fixes #3463) (Burak Yigit Kaya)
  • Fix: object-curly-spacing shows the incorrect column for opening brace (fixes #3438) (Burak Yigit Kaya)
  • Fix: prefer-arrow-callback false positive at recursive functions (fixes #3454) (Toru Nagashima)
  • Fix: ignore leading space check for null elements in comma-spacing (fixes #3392) (Mathias Schreck)
  • Fix: one-var rule doesn’t have default options (fixes #3449) (Burak Yigit Kaya)
  • Fix: Refactor no-duplicate-case to be simpler and more efficient (fixes #3440) (Burak Yigit Kaya)

Documentation

  • Docs: object-curly-spacing doc is inaccurate about exceptions (Burak Yigit Kaya)
  • Docs: Fix trailing spaces in README (Nicholas C. Zakas)
  • Docs: Update gyandeeps and add byk (Nicholas C. Zakas)
  • Docs: Update plugins documentation for 1.0.0 (Nicholas C. Zakas)

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

Preparing your custom rules for ESLint v9.0.0
6 min read

Preparing your custom rules for ESLint v9.0.0

The upcoming major release of ESLint includes several breaking changes for rule authors. Read on to learn how to update your rules for ESLint v9.0.0.

ESLint v8.50.0 released
1 min read

ESLint v8.50.0 released

We just pushed ESLint v8.50.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 v8.49.0 released
1 min read

ESLint v8.49.0 released

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