惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
IT之家
IT之家
博客园 - 聂微东
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
小众软件
小众软件
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
量子位
月光博客
月光博客
博客园 - 【当耐特】
博客园 - 叶小钗

ESLint Blog

ESLint v10.9.1 released - ESLint - Pluggable JavaScript Linter ESLint v10.9.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.8.1 released - ESLint - Pluggable JavaScript Linter ESLint v10.8.0 released - ESLint - Pluggable JavaScript Linter Automating ESLint migrations with Codemod - ESLint - Pluggable JavaScript Linter ESLint v9.39.5 released - ESLint - Pluggable JavaScript Linter ESLint v10.7.0 released - ESLint - Pluggable JavaScript Linter CodeRabbit becomes ESLint gold sponsor - ESLint - Pluggable JavaScript Linter ESLint v10.6.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.5.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.4.1 released - ESLint - Pluggable JavaScript Linter ESLint v10.4.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.3.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.2.1 released - ESLint - Pluggable JavaScript Linter ESLint v10.2.0 released - ESLint - Pluggable JavaScript Linter ESLint v10.1.0 released - ESLint - Pluggable JavaScript Linter ESLint v9.39.4 released - ESLint - Pluggable JavaScript Linter ESLint v10.0.3 released - ESLint - Pluggable JavaScript Linter ESLint v10.0.2 released - ESLint - Pluggable JavaScript Linter ESLint v9.39.3 released - ESLint - Pluggable JavaScript Linter
ESLint v10.10.0 released - ESLint - Pluggable JavaScript ...
Milos Djermanovic ESLint Technical Steering Committee · 2026-09-04 · via ESLint Blog

Published under Release Notes

We just pushed ESLint v10.10.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

Highlights

The no-unexpected-multiline rule has been updated to check regular expression literals with d and v flags.

/* eslint no-unexpected-multiline: "error" */

// Unexpected newline between numerator and division operator
foo = bar
/regex/v.exec(baz).forEach(qux);

The following rules have also been updated to avoid incorrect or unexpected behavior in some edge cases:

Features

Bug Fixes

Documentation

Chores

ESLint TSC member, independent software developer.

The latest ESLint news, case studies, tutorials, and resources.

ESLint v10.9.1 released

Published under: Release Notes 1 min read

ESLint v10.9.1 released

We just pushed ESLint v10.9.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.

ESLint v10.9.0 released

Published under: Release Notes 1 min read

ESLint v10.9.0 released

We just pushed ESLint v10.9.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

ESLint v10.8.1 released

Published under: Release Notes 2 min read

ESLint v10.8.1 released

We just pushed ESLint v10.8.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.