ESLint v4.0.0-beta.0 released

by Teddy Katz - 19 May 2017

We just pushed ESLint v4.0.0-beta.0, which is a major release upgrade 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.

Note: This version of ESLint is not ready for production use and is provided to gather feedback from the community before releasing the final version. Please let us know if you having any problems or feedback by creating issues on our GitHub repo or joining our Gitter channel.

Highlights

Breaking Changes

Features

Enhancements

Bug Fixes

Documentation

  • 5b6093ef Docs: Remove .eslintignore reference to transpiled file filtering (#8622) (Alex Summer)
  • 11493781 Docs: Rephrase in about section (#8609) (Sudarsan G P)

Chores