From 264314bd1709c416a6173af000fdcbaf8eeeb170 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 8dfe0251..286abb75 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