ESLint v6.0.0 released

We just pushed ESLint v6.0.0, which is a major release of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.

Highlights

  • There are several breaking changes in 6.0.0. We’ve created a migration guide to explain the breaking changes and describe how to upgrade.
  • Configuration using glob patterns now supports extends and nested overrides
  • Using multiple processors is now supported.
  • The function-paren-newline rule has a new multiline-arguments option.
  • The sort-keys rule now supports a minKeys option.

Changes since v6.0.0-rc.0:

Bug Fixes

文档

🌐 Documentation

Dependency Upgrades

  • 4d75956 Build: CI with Azure Pipelines (#11845) (Toru Nagashima)

Chores

  • 167ce87 Chore: remove unuseable profile command (#11854) (Toru Nagashima)
  • 1db3462 Chore: rm superfluous argument & fix perf-multifiles-targets (#11834) (薛定谔的猫)

最新的 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 的一次小版本升级。此版本添加了一些新功能,并修复了上一版本中发现的几个错误。