New Oct 17, 2025

ESLint v9.38.0 released

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

Highlights

Plugin config resolution improvements

This release introduces improvements in determining which configuration to use from plugins that support both old (eslintrc) and new configuration formats. When extending a plugin configuration, for example extends: ["my-plugin/recommended"], the defineConfig() config helper was already looking for configs["flat/recommended"] configuration if configs["recommended"] configuration exists in the plugin but is detected as the eslintrc configuration format.

As of this release:

Other notable changes

Features

Bug Fixes

Documentation

Chores

Scroll to top