New Nov 3, 2025

ESLint v9.39.1 released

Libraries, Frameworks, etc. All from ESLint Blog View ESLint v9.39.1 released on eslint.org

Highlights

This patch release fixes an issue introduced in ESLint v9.39.0 where visitors of all rules are invoked with a second argument. This change broke third-party rules that expect visitor functions to receive only a single argument, notably @typescript-eslint/unified-signatures. To ensure compatibility, ESLint v9.39.1 restores the previous behavior of invoking visitors for JavaScript/TypeScript with only the target node as the argument.

Bug Fixes

Documentation

Chores

Scroll to top