5.0.0-beta.5 (2025-06-20)
⚠ BREAKING CHANGES
- handle TS object-like nodes in
object-curly-newline
instead ofbrace-style
andcurly-newline
(#823)
Features
- handle TS object-like nodes in
object-curly-newline
instead ofbrace-style
andcurly-newline
(#823) (32f743f) - no longer deps on
typescript
(#838) (c18efb0)
Bug Fixes
- space-before-blocks: check space before
TSModuleBlock
nodes (#798) (2e9d116) - type-annotation-spacing: handle type annotation in parens (#836) (0f7b461)