chore: configure strict golangci-lint

This commit is contained in:
2026-05-24 22:45:51 +02:00
parent 6012ba824f
commit 05e963151c
4 changed files with 43 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ fmt:
go fmt ./...
lint:
golangci-lint run
bun run lint:go
lint-ts:
bun run lint:ts