What problem does it solve?
Developers often struggle with maintaining consistent code style, catching lint errors, and keeping imports tidy across JavaScript/TypeScript projects. Biome v2 provides a unified tool that handles linting, formatting, and import organization based on a single configuration file.
Core Features & Use Cases
- Comprehensive Linting & Formatting: Enforces style rules, detects unused variables, and applies automatic fixes with
biome check --write.
- Import Organization: Automatically sorts and groups imports on save.
- CI‑Ready Mode: Fast, read‑only checks for continuous integration pipelines.
- VCS Integration & Overrides: Respects
.gitignore, allows per‑pattern rule overrides, and filters files by status.
Quick Start
Use the biome skill to lint, format, and organize imports for the current repository.