Published under: Release Notes
1 min read
Highlights
- A new
multiline
option has been added to thepadding-line-between-statements
rule.
Enhancements
- 1da1ada Update: Add “multiline” type to padding-line-between-statements (#8668) (Matthew Bennett)
- dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #9907) (#9906) (Kevin Partington)
Bug Fixes
Documentation
- 1aa1970 Docs: remove outdated rule naming convention (#9925) (Teddy Katz)
- 3afaff6 Docs: Add prefer-destructuring variable reassignment example (#9873) (LePirlouit)
- 51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (#9911) (Kai Cataldo)
- 084351b Docs: Fix the messageId example (fixes #9889) (#9892) (Jed Fox)
- 9cbb487 Docs: Mention the
globals
key in the no-undef docs (#9867) (Dan Dascalescu)