ci: replace prettier with biome #7
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/blink-cmp-ssh!7
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 integration with Biome by updating the Nix dev shell, pre-commit config, and quality workflow, and by removing the old .prettier* files.
Verified with direnv exec /tmp/blink-cmp-ssh/replace-prettier-with-biome nix develop /tmp/blink-cmp-ssh/replace-prettier-with-biome --command sh -c 'cd /tmp/blink-cmp-ssh/replace-prettier-with-biome && stylua --check . && selene --display-style quiet . && biome format biome.json .luarc.json && busted'.