ESLint v5.15.0 released

by Teddy Katz - 1 March 2019

We just pushed ESLint v5.15.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.

Highlights

The prefer-named-capture-group rule has been added. This rule encourages the use of named capture groups over numbered capture groups.

Features

Enhancements

Bug Fixes

Documentation

  • 8f3d717 Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)
  • ce0777d Docs: use more common spelling (#11417) (薛定谔的猫)

Dependency Upgrades

  • 4088c6c Build: Remove path.resolve in webpack build (#11462) (Kevin Partington)
  • eb0650b Build: fix linting errors on master (#11428) (Teddy Katz)
  • db0c5e2 Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)

Chores