- Add a new feature to report unused inline ESLint configurations.
- Fix automatic synchronization of rule type header comments.
- Refresh and clarify documentation, including README updates, overrideConfig option details, and modernized code 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.