ESLint v5.15.2 released

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

Bug Fixes

Documentation

Dependency Upgrades

  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#11500) (Reece Dunham)
  • 34a5382 Build: copy bundled espree to website directory (#11478) (Pig Fang)

Chores

  • 448e8da Chore: improve crash reporting (fixes #11304) (#11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#11435) (薛定谔的猫)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: “never” (#11434) (薛定谔的猫)
  • f078f9a Chore: use “file:” dependencies for internal rules/config (#11465) (Teddy Katz)

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

ESLint v9.20.1 released
1 min read

ESLint v9.20.1 released

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

ESLint v9.20.0 released
2 min read

ESLint v9.20.0 released

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

Differences between ESLint and TypeScript
7 min read

Differences between ESLint and TypeScript

Linters such as ESLint and type checkers such as TypeScript catch different areas of code defects and are best used in conjunction with each other.