Remove prettier; we've been using biome for a while

This commit is contained in:
2026-01-17 13:19:40 -06:00
parent 2121a6b5de
commit 03cc4cf4eb
3 changed files with 2 additions and 180 deletions

View File

@@ -31,14 +31,14 @@ master process. Key design principles:
### Development
**Check shell scripts (shellcheck + shfmt) (eventually go fmt and prettier or similar):**
**Check shell scripts (shellcheck + shfmt) (eventually go fmt and biome or similar):**
```bash
./check.sh
```
**Format TypeScript code:**
```bash
cd express && ../cmd pnpm prettier --write .
cd express && ../cmd pnpm biome check --write .
```
**Build Go master process:**