feat: setup stricter linting

This commit is contained in:
2026-05-24 22:36:41 +02:00
parent e022b60920
commit fc1883a6c3
6 changed files with 68 additions and 7 deletions

View File

@@ -7,7 +7,13 @@ fmt:
go fmt ./...
lint:
go fmt ./... && go vet ./...
golangci-lint run
lint-ts:
bun run lint:ts
lint-go:
bun run lint:go
test:
go test ./...