- Added RuleTester‑only mode and new getRulesMetaForResults() API to ESLint.
- Fixed handling of fallthrough comments inside block statements.
- Updated documentation (added Mega Linter integration, fixed broken link) and performed minor config clean‑ups.
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.