ESLint v6.0.0 released

by Kai Cataldo - 21 June 2019

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

Chores

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