ci: replace prettier with biome #79

Merged
barrettruth merged 1 commit from chore/replace-prettier-with-biome into main 2026-04-25 18:32:48 +00:00
barrettruth commented 2026-04-25 18:29:34 +00:00

Replace the repo-level Prettier check with Biome in preview.nvim. This adds a Biome config that ignores unsupported files and respects gitignore, swaps the Nix dev shell from pkgs.prettier to pkgs.biome, updates just format to run biome ci ., and removes the old Prettier config.

I verified the change with direnv exec /tmp/preview.nvim/replace-prettier-with-biome bash -lc 'cd /tmp/preview.nvim/replace-prettier-with-biome && just ci'.

Replace the repo-level Prettier check with Biome in preview.nvim. This adds a Biome config that ignores unsupported files and respects gitignore, swaps the Nix dev shell from `pkgs.prettier` to `pkgs.biome`, updates `just format` to run `biome ci .`, and removes the old Prettier config. I verified the change with `direnv exec /tmp/preview.nvim/replace-prettier-with-biome bash -lc 'cd /tmp/preview.nvim/replace-prettier-with-biome && just ci'`.
Sign in to join this conversation.
No description provided.