ESLint v4.13.0 released
by Ilya Volodin - 8 December 2017We just pushed ESLint v4.13.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
This release updates camelcase rule to handle destructuring by default, which might result in more user-visible errors.
Enhancements
Documentation
- d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#9690) (Jed Fox)
- cdb1488 Docs: Adds an example with try/catch. (#9672) (Jaap Taal)