ESLint v8.1.0 released

by Milos Djermanovic - 22 October 2021

We just pushed ESLint v8.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.

Highlights

  • One new rule has been added: no-unused-private-class-members. This rule reports unused class private fields, methods and accessors.
  • RuleTester now allows name property in test case objects. If you specify name, it will be output instead of the code.

Features

Bug Fixes

Documentation

Dependency Upgrades

  • 249a040 Upgrade: eslint-plugin-eslint-plugin to v4 (#15169) (Bryan Mishkin)

Chores

  • 90a5b6b Chore: improve performance of :function selector (#15181) (Milos Djermanovic)
  • 31af1c8 Chore: fix counting of files in performance test (#15190) (Milos Djermanovic)
  • b5049c8 Chore: Update stale bot settings (#15173) (Nicholas C. Zakas)
  • dd58cd4 Chore: migrate master to main (#15062) (Nitesh Seram)
  • ec0f8e0 Chore: Add stale issue/PR checker (#15151) (Nicholas C. Zakas)