oxfmt

High-performance formatter for JavaScript and TypeScript code

brewmacoslinux
Try with needOr install directly
Source

About

High-performance formatting tool for JavaScript and TypeScript

Commands

oxfmt

Examples

Format a single TypeScript file$ oxfmt format file.ts
Format all JavaScript files in a directory$ oxfmt format src/**/*.js
Check formatting without making changes$ oxfmt check src/