ci: replace prettier with biome #16

Merged
barrettruth merged 1 commit from chore/replace-prettier-with-biome into main 2026-04-25 20:11:10 +00:00
barrettruth commented 2026-04-25 19:57:13 +00:00

Replace the repo's Prettier wiring in pre-commit and quality CI with Biome. Add a minimal biome.json for this repo and scope the Biome checks to the JSON files it can actually format here.

Verified locally with pnpm dlx @biomejs/biome@2.4.13 format . and pre-commit run --all-files.

Replace the repo's Prettier wiring in pre-commit and quality CI with Biome. Add a minimal `biome.json` for this repo and scope the Biome checks to the JSON files it can actually format here. Verified locally with `pnpm dlx @biomejs/biome@2.4.13 format .` and `pre-commit run --all-files`.
Sign in to join this conversation.
No description provided.