ESLint v3.13.0 released

by Ilya Volodin - 6 January 2017

We just pushed ESLint v3.13.0, which is a minor release upgrade of ESLint. This release adds a new feature and fixes several bugs found in the previous release.

Highlights

This is a summary of some of the notable changes in this version of ESLint.

New Rules

One new rule was added:

Autofixing

Autofix support was added to the following rules:

Features

Enhancements

Bug Fixes

Documentation

Dependency Upgrades

  • 3493241 Upgrade: strip-json-comments ~v2.0.1 (Janus Troelsen)

Chores