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.

ESLint v9.8.0 released
1 min read

ESLint v9.8.0 released

We just pushed ESLint v9.8.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.7.0 released
1 min read

ESLint v9.7.0 released

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

What's coming next for ESLint
5 min read

What's coming next for ESLint

The new configuration system is just the beginning of significant changes coming to ESLint.