biome

Fast toolchain for web development with linting, formatting, and bundling

brewmacoslinux
Try with needOr install directly
Source

About

Toolchain of the web

Commands

biome

Examples

Check and lint JavaScript/TypeScript files in current directory$ biome lint .
Format code files automatically$ biome format --write .
Run both linting and formatting checks$ biome check .