ci: replace prettier and eslint with oxfmt and oxlint

This commit is contained in:
2026-05-28 11:25:36 +02:00
parent 650a415c2d
commit eaeb2d09ee
3 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ go build -o server ./cmd/server
golangci-lint run ./...
go mod tidy
go test -race ./...
bunx prettier . --check
bunx oxfmt --check
bun run lint:ts
bun run typecheck
bun run build:assets