ci: replace prettier with biome #79
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim!79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/replace-prettier-with-biome"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.prettiertopkgs.biome, updatesjust formatto runbiome 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'.