ESLint v7.23.0 released
by Milos Djermanovic - 26 March 2021We just pushed ESLint v7.23.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-sequences rule has a new option allowInParentheses.
Enhancements
- 687ccaeUpdate: add option "allowInParentheses" to no-sequences (fixes #14197) (#14199) (Daniel Rentz)
- 43f1685Update:- --quietshould not supress- --max-warnings(fixes #14202) (#14242) (Milos Djermanovic)
- 8984c91Update: eslint --env-info output os info (#14059) (薛定谔的猫)
Bug Fixes
- 28583ebFix: no-mixed-operators false positives with- ? :(fixes #14223) (#14226) (Milos Djermanovic)
- a99eb2dFix: Clarify line breaks in object-curly-newline (fixes #14024) (#14063) (armin yahya)
Documentation
- 909c727Docs: Add valid example that shows vars in a block scope (#14230) (Ed S)
- ebd7026Docs: Fix typo (#14225) (Greg Finley)