ESLint v5.11.0 released
We just pushed ESLint v5.11.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
- One new rule has been added:
no-useless-catch - The
indentrule now supports aVariableDeclarator: "first"option.
Features
b4395f6New: add optionfirstfor VariableDeclarator in indent (fixes #8976) (#11193) (Pig Fang)2b5a602New: no-useless-catch rule (fixes #11174) (#11198) (Alexander Grasley)
Enhancements
Bug Fixes
06b3b5bFix: Account for comments in implicit-arrow-linebreak (#10545) (Mark de Dios)
Documentation
1009304Docs: add a note for no-unused-expressions (fixes #11169) (#11192) (Pig Fang)88f99d3Docs: clarify how to use configs in plugins (#11199) (Kai Cataldo)bcf558bDocs: Clarify the no-unused-vars docs (#11195) (Jed Fox)a470eb7Docs: Fix no-irregular-whitespace description (#11196) (Jed Fox)8abc8afDocs: Remove a misleading example (#11204) (Bogdan Gradinariu)733d936Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc (#11191) (Nathan Diddle)d5eb108Docs: Ensuretriagelabel is added to new issues (#11182) (Teddy Katz)617a287Docs: add missing deprecation notices for jsdoc rules (#11171) (Teddy Katz)