dprint-plugin-typescript 0.2.1

TypeScript formatter for dprint.
Documentation
1
2
3
4
5
6
-- filePath: file.jsx --
== should parse jsx files ==
const t = <test></test>;

[expect]
const t = <test></test>;