biome
A toolchain for web projects
HomepageCategories
formatter
linter
Languages
javascript
json
typescript
vue
Commands
biome:check
Runs biome formatter, linter and import sorting with unsafe fixes on the input
HomepageArguments:
check --write $PATH
biome:check:unsafe
Runs biome formatter, linter and import sorting on the input
HomepageArguments:
check --write --unsafe $PATH
biome:lint:unsafe
Runs the biome linter with unsafe fixes enable
HomepageArguments:
lint --write --unsafe $PATH