Check, Format & Lint in Biome

From the Biome cheat sheet ยท Core Commands ยท verified Aug 2026

Check, Format & Lint

Choose the combined command or run each tool independently.

bash
# Format, lint, and run Assist checks
npx @biomejs/biome check .

# Run one tool only
npx @biomejs/biome format .
npx @biomejs/biome lint .
๐ŸŸข check is the normal all-in-one local quality command
๐Ÿ“Œ Commands report changes unless --write is provided
๐Ÿ’ก Pass paths to keep focused checks fast
๐Ÿ” explain accepts a rule or diagnostic name
checkformatlintcli

Continue with Biome

Save the full cheat sheet or work through every related task.

More Biome tasks

Back to the full Biome cheat sheet