ESLint v3.6.1 released

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

Documentation

  • 87625fa Docs: Improve eol-last examples in docs (#7227) (Chainarong Tangsurakit)
  • de8eaa4 Docs: class-methods-use-this: fix option name (#7224) (Jordan Harband)
  • 2355f8d Docs: Add Brunch plugin to integrations (#7225) (Aleksey Shvayka)
  • a5817ae Docs: Default option from operator-linebreak is afterand not always (#7228) (Konstantin Pschera)

Dependency Upgrades

  • b467436 Upgrade: Upgrade Espree to 3.3.1 (#7253) (Ilya Volodin)
  • 299a563 Build: Do not strip .md extension from absolute URLs (#7222) (Kai Cataldo)

Chores

  • 27042d2 Chore: removed unused code related to scopeMap (#7218) (Yang Su)
  • d154204 Chore: Lint bin/eslint.js (#7243) (Kevin Partington)

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

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.

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.