What problem does it solve?
Biome TypeScript Linting Skill removes uncertainty and manual effort when configuring, running, and migrating to the Biome linting and formatting toolchain for TypeScript projects, ensuring consistent code style and fewer formatting or correctness regressions across local dev, CI, and pre-commit hooks.
Core Features & Use Cases
- Configuration Guidance: Create and tune biome.json schemas, enable formatter and linter, set indent and line width, and extend base configurations.
- File Targeting & Overrides: Define global include/ignore patterns, tool-specific scopes, and per-file overrides for tests, scripts, and config files.
- Migration & CI Integration: Migrate settings from ESLint and Prettier, integrate Biome into GitHub Actions or official setup action, and configure pre-commit hooks with Husky, Lefthook, or lint-staged.
Quick Start
Initialize Biome in your project, generate a biome.json, and run a lint and format check to verify the configuration.