- Fixed RuleContext type definition to resolve issue #19417.
- Enhanced documentation: enabled typing while dropdown is open, added pnpm compatibility instructions, fixed keyboard navigation for search results, and updated the README.
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.