ESLint v7.10.0 released
by Milos Djermanovic - 26 September 2020We just pushed ESLint v7.10.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
New option ignorePattern in the no-inline-comments rule.
Enhancements
07d9beaUpdate: Add ignorePattern to no-inline-comments (#13029) (Edie Lemoine)
Bug Fixes
cb44e93Fix: prefer-destructuring invalid autofix with computed property access (#13704) (Milos Djermanovic)
Documentation
6919fbbDocs: Clarify that ignorePattern should be a string (refs #13029) (#13718) (Brandon Mills)d79bbe9Docs: fix typo (#13717) (Alexander Liu)9b8490eDocs: grammatical error (#13687) (rajdeep)51674a4Docs: Add missing quotes (#13714) (Lucio Paiva)30b76c9Docs: Clarify package.json requirement in Getting Started (refs #13549) (#13696) (Nicholas C. Zakas)