ESLint 0.10.1 released

We just pushed ESLint 0.10.1, which is a patch update to fix bugs discovered in 0.10.0.

Bug Fixes

  • Fix: comma-spacing and comma-style to work with array literals (fixes #1492) (Nicholas C. Zakas)
  • Fix: comma-spacing has false positives when parenthesis are used (fixes #1457) (Jamund Ferguson)
  • Fix: prevent crash on empty blocks in no-else-return (fixes #1527) (Mathias Schreck)
  • Fix: Restrict use-isnan violations to comparison operators. (Fixes #1535) (Jordan Harband)
  • Fix: wrong op index in no-multi-spaces (fixes #1547) (Brandon Mills)

Build Changes

  • Build: Ensure changelog works with large semver versions (Nicholas C. Zakas)
  • Build: Fix md to html conversion regex (fixes #1525) (Brandon Mills)
  • Build: make the “gensite” target work when DOCS_DIR does not exist (fixes #1530) (Jeff Williams)

文档

🌐 Documentation

  • Docs: alphabetize the “Stylistic Issues” section (Jeff Williams)
  • Docs: badges should only refer to master branch (Mathias Schreck)
  • Docs: Fix v0.10.0 changelog (Nicholas C. Zakas)

Enhancements

  • Update: better operator regex in use-isnan rule (fixes #1551) (Michael Ficarra)

最新的 ESLint 新闻、案例研究、教程和资源。

ESLint v10.3.0 发布
1 min read

ESLint v10.3.0 发布

我们刚刚发布了 ESLint v10.3.0,这是 ESLint 的一次小版本升级。此版本添加了一些新功能,并修复了上一版本中发现的几个错误。

ESLint v10.2.1 发布
1 min read

ESLint v10.2.1 发布

我们刚刚发布了 ESLint v10.2.1,这是 ESLint 的一个补丁版本升级。本次发布修复了上一版本中发现的几个错误。

ESLint v10.2.0 发布
2 min read

ESLint v10.2.0 发布

我们刚刚发布了 ESLint v10.2.0,这是 ESLint 的一次小版本升级。此版本添加了一些新功能,并修复了上一版本中发现的几个错误。