biome-formatting
Installation
SKILL.md
Biome Formatting
Master Biome's fast code formatter for JavaScript, TypeScript, JSON, and other supported languages with consistent style enforcement.
Overview
Biome's formatter provides opinionated, fast code formatting similar to Prettier but with better performance. It's written in Rust and designed to format code consistently across teams.
Core Commands
Basic Formatting
# Format files and write changes
biome format --write .
# Format specific files
biome format --write src/**/*.ts