ESLint v7.11.0 released
by Milos Djermanovic - 9 October 2020We just pushed ESLint v7.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.
Enhancements
- da78fa1Update: support async arrow fn in function-paren-newline (fixes #13728) (#13729) (Michal Dziekonski)
Bug Fixes
- fa9429aFix: don't count line after EOF in max-lines (#13735) (Milos Djermanovic)
- 27f0de6Fix: account for linebreaks before postfix- ++/- --in no-extra-parens (#13731) (Milos Djermanovic)
Documentation
- d973675Docs: Update anchor links to use existing linkrefs (refs #13715) (#13741) (Brandon Mills)
- 2c6d774Docs: Fix typos (#13730) (Frieder Bluemle)
- ab0ac6cDocs: Fix anchor links (#13715) (Gary Moore)
- fe301b8Docs: Add configuration comments in examples (#13738) (YeonJuan)