5.6.0 (2025-11-18)
Features
- arrow-spacing: support
TSFunctionTypeandTSConstructorType(#1036) (a5380d2) - computed-property-spacing: support
TSIndexedAccessType(#1047) (d6e7437) - no-whitespace-before-property: support TS nodes (#1046) (684ff76)
- type-annotation-spacing: deprecate
overrides.arrowin favor ofarrow-spacing(#1037) (598bbb0) - update deps (#1052) (29d09cc)
Bug Fixes
Documentation
- no-extra-parens: add missing
]in various examples. (#1048) (88248cf) - quotes: update deprecated options to latest and add tips (#1026) (dc949f8)
Build Related
- deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType(#1043) (3fcec3e) - indent: simplify logic in
JSXText(#1027) (d83c5b0) - space-infix-ops: simplify logic (#1022) (6d57a7d)
- type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3)
- type-annotation-spacing: use
unindentfor better collapse (#1032) (839502a) - type-generic-spacing: remove logic duplicated with
comma-spacing(#1024) (361cfc8) - upgrade to vitest v4 (#1040) (c9d684b)