- Add `enforceInClassFields` option to the no‑underscore‑dangle rule.
- Fix "use strict" handling in ES3 and bump minimatch to address a security issue.
- Deprecate `SourceCode.getJSDocComment`; update various documentation and examples.
Official ESLint changelog summary with source attribution, release tags, and community reactions.
Track this ESLint release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this ESLint release note into a weekly digest for the tools you actually use.
Create digestAdded handling for underflow without loss of precision and introduced checkConditionalExpressions to avoid unmodified loop conditions.
Fixed ASI hazard handling and false positives in various linting rules (e.g., no unused labels, getters, and unused vars).
Export ConfigObject from eslint/config to enable external usage.