ESLint v7.27.0 released
by Milos Djermanovic - 21 May 2021We just pushed ESLint v7.27.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
The no-restricted-imports rule now allows specifying custom error messages for patterns.
Enhancements
- 9e9b5e0Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)
- 52655ddUpdate: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)
Documentation
- 6a2ced8Docs: Update README team and sponsors (ESLint Jenkins)
Chores
- 2c0868cChore: merge all html formatter files into- html.js(#14612) (Milos Djermanovic)
- afe9569Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)
- c0f418eChore: Remove lodash (#14287) (Stephen Wade)
- 967b1c4Chore: Fix typo in large.js (#14589) (Ikko Ashimine)
- 086c1d6Chore: add more test cases for- no-sequences(#14579) (Nitin Kumar)