-
New Jul 24, 2026
ESLint v10.8.0 released
Highlights In ESLint v10.8.0, the following rules have been updated to avoid incorrect or unexpected behavior in some edge cases: class-methods-use-this prefer-object-spread prefer-templ...
-
New Jul 16, 2026
Automating ESLint migrations with Codemod
We are excited to announce a partnership between ESLint and Codemod to create a better migration experience for ESLint users, starting with the ESLint v8 to v9 and v9 to v10 migrations. All officia...
-
New Jul 10, 2026
ESLint v9.39.5 released
Highlights This release backports a fix originally released in v10.3.0 that prevents ESLint from crashing in host environments where require.cache is unavailable, such as Yarn Plug’n’Play. Bug Fixe...
-
New Jul 10, 2026
ESLint v10.7.0 released
Highlights New option checkConstructorCallCallbacks in max-nested-callbacks The max-nested-callbacks rule now supports a checkConstructorCallCallbacks option. When enabled, the rule also counts...
-
New Jul 1, 2026
CodeRabbit becomes ESLint gold sponsor
We are happy to share that CodeRabbit has become an ESLint gold sponsor, donating $1,000 each month for the ongoing maintenance and development of ESLint! Code...
-
New Jun 26, 2026
ESLint v10.6.0 released
Highlights New option checkRelationalComparisons in no-constant-binary-expression ESLint v10.6.0 introduces a new option checkRelationalComparisons for the no-constant-binary-expression rule. When...
-
New Jun 12, 2026
ESLint v10.5.0 released
Highlights Five core rules now highlight smaller ranges of code to avoid shadowing other problems in editors. Rules max-lines-per-function, max-nested-callbacks, and max-sta...
-
New May 29, 2026
ESLint v10.4.1 released
Bug Fixes e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta) d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu) f4f3507 fix: p...
-
New May 15, 2026
ESLint v10.4.0 released
Highlights New includeIgnoreFile() helper This release introduces the includeIgnoreFile() helper for configuration files that allows for including patterns from .gitignore files or an...
-
New May 1, 2026
ESLint v10.3.0 released
Highlights no-unused-private-class-members Suggestions The no-unused-private-class-members rule now provides suggestions to remove reported unused private class members. For example, for t...