ESLint v5.16.0 released
by Kevin Partington - 29 March 2019We just pushed ESLint v5.16.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
Formatters can now use rule metadata in their output! This enhancement was originally described and designed using our RFC process. More information can be found here.
A new built-in formatter, json-with-metadata, was created using this new feature. The json-with-metadata
formatter is very similar to the json
formatter, except that it also includes the rule metadata.
Enhancements
Bug Fixes
Documentation
87a5c03
Docs:func-style
: clarify whenallowArrowFunctions
is used (#11548) (Oliver Joseph Ash)78358a8
Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Dependency Upgrades
afe3d25
Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)