chore: replace prettier with biome #219
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/diffs.nvim!219
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?
This replaces the repo's Prettier-based formatting with Biome by switching the just format recipe and Nix dev shell to Biome, adding biome.json, and removing the old .prettier* files.
Verification used the repo's real workflow: nix develop .#ci --command just format, nix develop .#ci --command just lint, nix develop .#ci --command just test, and nix develop .#ci --command just ci.