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.