- Fixed logic for handling top-level `this` in the “no invalid this and no eval” rule.
- Added padding line between statements and removed the unused `additionalItems` definition.
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.