
Published under: Release Notes
1 min read
我们刚刚发布了 ESLint v7.24.0,这是 ESLint 的一次小版本升级。此版本添加了一些新功能,并修复了上一版本中发现的几个错误。
🌐 Highlights
disallowTemplateShorthand 选项。ignoreNonDeclaration 选项。🌐 Enhancements
f06ecdf 更新:在 no-implicit-coercion 中添加 disallowTemplateShorthand 选项 (#13579) (Remco Haszing)b51d077 更新:为 no-multi-assign 规则添加 ignoreNonDeclaration (修复 #12545) (#14185) (t-mangoe)🌐 Bug Fixes
c4d8b0d 修复:no-unused-vars 忽略剩余兄弟节点检查的赋值 (修复 #14163) (#14264) (YeonJuan)🌐 Documentation
71a80e3 文档:修复 Node.js API 文档目录中的损坏链接 (#14296) (u-sho (上地 翔平))bd46dc4 文档:修复在 arrow-parens 中对“大括号”的错误引用 (#14300) (emclain)0d6235e 文档:在 max-lines 中更新标题 (#14273) (Shinigami)70c9216 文档:更新问题分类以包括阻塞列 (#14275) (Nicholas C. Zakas)abca186 文档:修复建议部分的拼写错误 (#14293) (Kevin Partington)147fc04 文档:修复错误报告模板中的 repro:needed 标签 (#14285) (Milos Djermanovic)e1cfde9 文档:更新错误报告模板 (#14276) (Nicholas C. Zakas)c85c2f1 文档:向 Node.js API LintMessage 类型添加 fatal (#14251) (Brandon Mills)🌐 Chores
最新的 ESLint 新闻、案例研究、教程和资源。


