2.10.0 (2024-10-30)
Features
- cross test
comma-spacing
(#562) (ea72317) - function-call-spacing: auto-fix optional chain when option is
never
(#589) (7a2b47f) - function-call-spacing: support
ImportExpression
ints
version (#570) (19d1f8c) - indent-binary-ops: logical expression indent (#576) (cbf800d)
- indent: add support for Import Attributes (#579) (4f944d8)
- key-spacing: add support for Import Attributes (#583) (789d893)
- max-statements-per-line: new option to allow specific statements (#558) (2ed4054)
- no-multi-spaces: add support for Import Attributes (#584) (0da0713)
- padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30)
- quote-props: add support for Import Attributes (#581) (4edfee2)
Bug Fixes
- correct the type of
quotes
incustomize
(#590) (b86c2df) - function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55)
- jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5)