chore: replace prettier with biome #220
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!220
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 Prettier-based formatting step with Biome.
This adds a
biome.jsonconfig, swaps the Nix dev shell package andjust formatrecipe to Biome, and removes the obsolete Prettier config files.Verification ran in the worktree's
.#cishell withjust lint,just test,just ci, andbiome format --write ..