ESLint v8.2.0 released

by Milos Djermanovic - 5 November 2021

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

Features

Documentation

  • c415c04 docs: Use string rule severity in CLI examples (#15253) (Kevin Partington)
  • 12b627d docs: fix typo in working-with-rules.md (#15233) (Nitin Kumar)
  • a86ffc0 docs: fix broken anchor in configuration files (#15223) (Pierre Berger)
  • ee8af5f docs: Link to unit tests from rule documentation (#15207) (Brandon Mills)
  • 1c0ca3c docs: add ci and perf tags for commit (#15215) (Nitin Kumar)
  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) (Milos Djermanovic)

Chores

  • cf5b6be chore: update @eslint/eslintrc to avoid different versions of js-yaml (#15265) (Milos Djermanovic)
  • 4fd7a6c perf: don't prepare a fix for valid code in key-spacing (#15239) (Milos Djermanovic)
  • fda533c chore: update strip-ansi dependency (#15221) (Nitin Kumar)
  • 67949bd ci: Remove Node 16 CI prerelease workaround (#14935) (Brandon Mills)