
Published under: Release Notes
1 min read
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.
This is a summary of some of the notable changes in this version of ESLint.
One new rule was added:
Autofix support was added to the following rules:
prefer-destructuring
rule (fixes #6053) (#7741) (Alex LaFroscia)no-unneeded-ternary
(#7540) (Teddy Katz)operator-linebreak
(#7702) (Teddy Katz)return
argument (fixes #7594) (#7595) (Dalton Santos)semi
false positive before regex/template literals (fixes #7782) (#7783) (Teddy Katz)padded-blocks
never
case (fixes #7868) (#7878) (alberto)The latest ESLint news, case studies, tutorials, and resources.