
Published under: Release Notes
1 min read
我们刚刚发布了 ESLint v9.11.1,这是 ESLint 的一个补丁版本升级。本次发布修复了上一版本中发现的几个错误。
🌐 Highlights
dependencies 来修复在 TypeScript 代码中使用 ESLint 时的编译错误。🌐 Bug Fixes
20fd916 修复:添加 @eslint/core、@types/estree 和 @types/json-schema 依赖 (#18938) (Nitin Kumar)2738322 修复:为 require-atomic-updates 规则添加缺失的类型 (#18937) (Kristóf Poduszló)d71ff30 修复:为 object-shorthand 规则添加缺失的类型 (#18935) (Kristóf Poduszló)561cadc 修复:为 no-unsafe-negation 规则添加缺失的类型 (#18932) (Kristóf Poduszló)8843656 修复:为 no-underscore-dangle 规则添加缺失的类型 (#18931) (Kristóf Poduszló)92cde5c 修复:为 no-shadow 规则添加缺失的类型 (#18930) (Kristóf Poduszló)b3cbe11 修复:为 no-sequences 规则添加缺失的类型 (#18929) (Kristóf Poduszló)976f77f 修复:为 no-unused-expressions 规则添加缺失的类型 (#18933) (Kristóf Poduszló)🌐 Documentation
🌐 Chores
最新的 ESLint 新闻、案例研究、教程和资源。


