Integrate Biome into Nx monorepos with deterministic setup, caching, migration from ESLint and Prettier, and plugin-based inferred tasks; use when adding Biome, replacing ESLint/Prettier, tuning cache inputs, or scaling lint and format workflows across projects.
Overall
score
100%
Does it follow best practices?
Validation for skill structure
Use this guide to migrate safely without lint conflicts or CI instability.
Use when workspace is small or consistency is urgent.
Use when workspace is large or has legacy areas.
biome.json as baseline.biome.json only to opted-in projects.biome format for local write workflows.Cause: ESLint and Biome both run on same files.
Fix: split coverage by project or glob and decommission old target incrementally.
Cause: missing biome.json or package dependency in cache inputs.
Fix: include root config and externalDependencies in targetDefaults.
Cause: using --write in CI.
Fix: separate check vs write workflows; keep CI read-only.
Install with Tessl CLI
npx tessl i pantheon-ai/nx-biome-integration@0.1.0