ESLint 0.8.2 released

We just pushed ESLint 0.8.2, which is a patch update to fix bugs discovered in 0.8.1 as well as to upgrade dependencies.

Bug Fixes

  • Fix: load .eslintrc from HOME (fixes #1262) (Beau Gunderson)
  • Fix: Load .eslintrc in directory with $HOME as an ancestor (fixes #1266) (Beau Gunderson)
  • Fix: strict should check function expressions (fixes #1244) (Brandon Mills)

Enhancements

  • New: add ignoreCase option to sort-vars (fixes #1272) (Mathias Schreck)
  • New: Add sharable rule settings (fixes #1233) (Ilya Volodin)

Documentation

  • Docs: add finally to space-after-keywords documentation (Mathias Schreck)
  • Docs: add intellij plugin to integrations (ido)
  • Docs: Changing NPM to npm (Peter deHaan)
  • Docs: Fix broken Markdown on configuration page (Nicholas C. Zakas)
  • Docs: Fix reference to wrong rule name (Harry Wolff)
  • Docs: fix typo (Barry Handelman)
  • Docs: fix typo in no-ex-assign documentation (Michael Ficarra)
  • Docs: fix vars-on-top documentation (fixes #1234) (Mathias Schreck)
  • Docs: Fixed a typo in brace-style.md (Anton Antonov)
  • Docs: Update README with links and FAQs (Nicholas C. Zakas)
  • Docs: Updated contribution guidelines to add accepted/bounty issues descriptions (Nicholas C. Zakas)

Dependency Upgrades

  • Upgrade: doctrine to 0.5.2 (Nicholas C. Zakas)
  • Upgrade: eslint-tester to latest (Nicholas C. Zakas)
  • Upgrade: esprima to 1.2.2 (Nicholas C. Zakas)
  • Upgrade: Most dev dependencies (Nicholas C. Zakas)
  • Upgrade: shelljs to 0.3.0 (Nicholas C. Zakas)
  • Upgrade: upgrade outdated dependencies (fixes #1251) (Mathias Schreck)

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

ESLint v9.1.1 released
1 min read

ESLint v9.1.1 released

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

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.