chore: replace prettier with biome #49
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/live-server.nvim!49
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's remaining Prettier integration with Biome by swapping the Nix dev and CI shells to use
pkgs.biome, updating thejust formatrecipe, and adding a minimalbiome.jsonfor the tracked JSON files.Verified by running
biome format --write --config-path /tmp/live-server.nvim/replace-prettier-with-biome/biome.json /tmp/live-server.nvim/replace-prettier-with-biome/.luarc.json /tmp/live-server.nvim/replace-prettier-with-biome/biome.json,nix develop .#ci --command just format,nix develop .#ci --command just lint, andnix develop .#ci --command just cifrom the worktree.Pull request closed