ESLint v8.15.0 released

by Milos Djermanovic - 6 May 2022

We just pushed ESLint v8.15.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-underscore-dangle rule has a new option enforceInClassFields.

Features

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)

Documentation

Chores