5.0.0-beta.4 (2025-06-17)
⚠ BREAKING CHANGES
- handle TS object-like nodes in
object-curly-spacing
instead ofblock-spacing
(#822) - space-before-function-paren: handle catch clause with param (#821)
Features
- handle TS object-like nodes in
object-curly-spacing
instead ofblock-spacing
(#822) (e9a4b80) - no-extra-parens: allow spread syntax to wrap parentheses (#781) (bc74e90)
- space-before-function-paren: handle catch clause with param (#821) (64c0607)
Bug Fixes
- indent: correctly ignore
JSXText
and TS nodes (#785) (b0b4218) - metadata path generate normalize (#820) (7c6d6ef)
- type-generic-spacing: prevent errors caused by empty type params (#828) (229eff0)
Documentation
if
property had incorrect name (#834) (85fe009)- cleanup outdated information (#818) (33d0edd)
- use correct rule to validate code in code group (#824) (d7c1443)