ESLint 0.16.1 released

We just pushed ESLint 0.16.1, which is a patch update to fix bugs discovered in 0.16.0.

Bug Fixes

  • Fix: Ensure all export nodes are traversable (fixes #1965) (Nicholas C. Zakas)
  • Fix: Ensure class names are marked as used (fixes #1967) (Nicholas C. Zakas)
  • Fix: Node.js scoping in block-scoped-var (fixes #1969) (Nicholas C. Zakas)
  • Fix: remove typo that caused a crash (fixes #1963) (Fabricio C Zuardi)

Enhancements

  • Update: Enable ES6 scoping for more options (Nicholas C. Zakas)

Documentation

  • Docs: Added missing “are” (Sean Wilkinson)

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.