ESLint v8.19.0 released

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

Highlights

The no-restricted-imports rule now supports the importNames option for more granular control of imports when matching modules with patterns.

Features

Bug Fixes

  • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)

Documentation

  • 3ae0574 docs: Remove duplicate rule descriptions (#16052) (Amaresh S M)
  • f50cf43 docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas)
  • ae4b449 docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic)
  • 280f898 docs: use only fenced code blocks (#16044) (Milos Djermanovic)
  • f5d63b9 docs: add listener only if element exists (#16045) (Amaresh S M)
  • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然)
  • b8e68c1 docs: Update release process (#16036) (Nicholas C. Zakas)
  • 6d0cb11 docs: remove table of contents from markdown text (#15999) (Nitin Kumar)

Chores

  • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)
  • 02e9cb0 chore: revamp carbon ad style (#16078) (Amaresh S M)
  • b6aee95 chore: remove unwanted comments from rules markdown (#16054) (Strek)
  • 6840940 chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin)
  • 48904fb chore: add missing images (#16017) (Amaresh S M)
  • 910f741 chore: add architecture to nav (#16039) (Strek)
  • 9bb24c1 chore: add correct incorrect in all rules doc (#16021) (Deepshika S)
  • 5a96af8 chore: prepare versions data file (#16035) (Nicholas C. Zakas)
  • 50afe6f chore: Included githubactions in the dependabot config (#15985) (Naveen)
  • 473411e chore: add deploy workflow for playground (#16034) (Milos Djermanovic)
  • a30b66c chore: fix print style (#16025) (Amaresh S M)
  • f4dad59 chore: add noindex meta tag (#16016) (Milos Djermanovic)
  • db387a8 chore: fix sitemap (#16026) (Milos Djermanovic)
  • 285fbc5 chore: remove TOC from printable (#16020) (Strek)
  • 8e84c21 chore: remove ligatures from fonts (#16019) (Strek)

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

ESLint v9.0.0-rc.0 released
2 min read

ESLint v9.0.0-rc.0 released

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

ESLint v9.0.0-beta.2 released
2 min read

ESLint v9.0.0-beta.2 released

We just pushed ESLint v9.0.0-beta.2, 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.

ESLint v9.0.0-beta.1 released
1 min read

ESLint v9.0.0-beta.1 released

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