Friday, 21 May, 2021 UTC


Summary

ESLint v7.27.0 released
We 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
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)
Documentation
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)
Chores
  • 2c0868c Chore: merge all html formatter files into html.js (#14612) (Milos Djermanovic)
  • afe9569 Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#14287) (Stephen Wade)
  • 967b1c4 Chore: Fix typo in large.js (#14589) (Ikko Ashimine)
  • 086c1d6 Chore: add more test cases for no-sequences (#14579) (Nitin Kumar)