biome

A toolchain for web projects

Homepage

Categories

formatter

linter

Languages

javascript

json

typescript

vue

Commands

biome:check

Runs biome formatter, linter and import sorting with unsafe fixes on the input

Homepage

Arguments:

check --write $PATH

biome:check:unsafe

Runs biome formatter, linter and import sorting on the input

Homepage

Arguments:

check --write --unsafe $PATH

biome:format

Runs the biome formatter on input

Homepage

Arguments:

format --write $PATH

biome:lint

Runs the biome linter on input

Homepage

Arguments:

lint --write $PATH

biome:lint:unsafe

Runs the biome linter with unsafe fixes enable

Homepage

Arguments:

lint --write --unsafe $PATH