ESLint v5.0.0-alpha.3 released

by Teddy Katz - 11 May 2018

We just pushed ESLint v5.0.0-alpha.3, 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.

Highlights

This is a summary of the major changes you need to know about for this version of ESLint.

Installing

Since this is a pre-release version, you will not automatically be upgraded by npm. You must specify the next tag when installing:

npm i eslint@next --save-dev

You can also specify the version directly:

npm i eslint@5.0.0-alpha.3 --save-dev

Migration Guide

As there are a lot of changes, we've created a migration guide describing the changes in great detail along with the steps you should take to address them. We expect that most users should be able to upgrade without any build changes, but the migration guide should be a useful resource if you encounter problems.

Breaking Changes

Features

Enhancements

Bug Fixes

Documentation

  • 82757b2 Docs: Adding a little guidance to rule documentation (#10301) (Justin)
  • 2f30aa5 Docs: add a better vim linting engine (#10292) (Jon Smithers)
  • df2c1fb Docs: improve formatter guide (refs #9550) (#10294) (Dominic Lee)
  • a960d69 Docs: remove outdated notes from migration guide (#10279) (Teddy Katz)
  • 1b6b2b2 Build: remove trailing spaces in blogpost template (#10280) (Teddy Katz)

Chores

  • 4ccd25a Chore: add eslint-plugin-node to eslint-config-eslint(fixes #10319) (#10320) (薛定谔的猫)
  • 02e7b28 Chore: upgrade deps (#10339) (薛定谔的猫)
  • 1397179 Chore: unskip test for scope analysis (#10336) (Teddy Katz)
  • 99b842d Chore: upgrade mock-fs@4.5.0 (#10325) (Tim Schaub)
  • fe91859 Chore: Update issue templates with new format (#10309) (Ilya Volodin)
  • f7330c1 Chore: Add ESLint path to plugin-missing message (#10283) (Kevin Partington)