ci: replace prettier with biome #16
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/http-codes.nvim!16
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 wiring in pre-commit and quality CI with Biome. Add a minimal
biome.jsonfor this repo and scope the Biome checks to the JSON files it can actually format here.Verified locally with
pnpm dlx @biomejs/biome@2.4.13 format .andpre-commit run --all-files.