From c29f6fad927c596172ed2e2b2bf10b0c2096aa27 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 01:11:33 +0200 Subject: [PATCH] chore: update just lint command to match package.json --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8dfe025..286abb7 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ fmt: go fmt ./... lint: - bun run lint:go + bun run lint lint-ts: bun run lint:ts