dprint-plugin-typescript 0.95.15

TypeScript and JavaScript code formatter.
Documentation
1
2
3
4
5
6
-- file.jsx --
== should parse jsx files ==
const t = <test></test>;

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