chore: replace prettier with biome #220

Merged
barrettruth merged 1 commit from chore/replace-prettier-with-biome into main 2026-04-25 20:58:54 +00:00
barrettruth commented 2026-04-25 20:55:58 +00:00

Replace the repo's Prettier-based formatting step with Biome.

This adds a biome.json config, swaps the Nix dev shell package and just format recipe to Biome, and removes the obsolete Prettier config files.

Verification ran in the worktree's .#ci shell with just lint, just test, just ci, and biome format --write ..

Replace the repo's Prettier-based formatting step with Biome. This adds a `biome.json` config, swaps the Nix dev shell package and `just format` recipe to Biome, and removes the obsolete Prettier config files. Verification ran in the worktree's `.#ci` shell with `just lint`, `just test`, `just ci`, and `biome format --write .`.
Sign in to join this conversation.
No description provided.