ESLint v7.9.0 released
by Kai Cataldo - 12 September 2020We just pushed ESLint v7.9.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
- 6f87db7Update: fix id-length false negatives on Object.prototype property names (#13670) (Milos Djermanovic)
Bug Fixes
- 3ca2700Fix: Corrected notice for invalid (:) plugin names (#13473) (Josh Goldberg)
- 29d1cdcFix: prefer-destructuring removes comments (refs #13678) (#13682) (Milos Djermanovic)
- 361ac4dFix: NonOctalDecimalIntegerLiteral is decimal integer (fixes #13588) (#13664) (Milos Djermanovic)
Documentation
- fc5783dDocs: Fix leaky anchors in v4 migration page (#13635) (Timo Tijhof)
- f1d07f1Docs: Provide install commands for Yarn (#13661) (Nikita Baksalyar)
- b4da0a7Docs: fix typo in working with plugins docs (#13683) (啸生)
- f260716Docs: update outdated link (#13677) (klkhan)
- 5138c91Docs: add missing eslint directive comments in no-await-in-loop (#13673) (Milos Djermanovic)
- 17b58b5Docs: clarify correct example in no-return-await (fixes #13656) (#13657) (Milos Djermanovic)