biome-linting
Installation
SKILL.md
Biome Linting
Expert knowledge of Biome's linting capabilities, rule categories, and code quality enforcement for JavaScript and TypeScript projects.
Overview
Biome's linter provides fast, comprehensive code quality checks with a focus on correctness, performance, security, and best practices. It's designed to catch common bugs and enforce consistent code patterns.
Core Commands
Basic Linting
# Check files without fixing
biome check .
# Check and auto-fix
biome check --write .