frontend-tooling / cli
Biome
Capability: Biome
Use it when
- use one fast formatter and linter across JavaScript TypeScript JSON and CSS
- replace overlapping frontend formatting and lint steps
What it solves
Not the fit when
- project-specific semantic rules may still require other analyzers
Install
npm install --save-dev --save-exact @biomejs/biome
Invoke
Run `biome init`, configure rules, then use `biome check --write` locally and `biome ci` in CI.
Alternatives
No reviewed alternatives recorded yet.