biome-tooling
Installation
SKILL.md
Biome Tooling
This skill covers using Biome, a fast all-in-one toolchain for formatting and linting JavaScript/TypeScript code.
What is Biome?
Biome is a performant toolchain that provides:
- Formatting (replaces Prettier)
- Linting (replaces ESLint)
- Fast (written in Rust, 25x faster than Prettier)
- Zero config (sensible defaults)
- Single tool (no conflicts between tools)
Installation
npm install --save-dev @biomejs/biome