From a6255de8897c7adec7484c6feedbbcdb44b8ee42 Mon Sep 17 00:00:00 2001 From: Drew Malzahn Date: Sat, 5 Jul 2025 18:42:49 -0400 Subject: [PATCH] Add 'lint' recipe for Justfile --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index d5a53f9..6295405 100644 --- a/Justfile +++ b/Justfile @@ -4,3 +4,7 @@ fmt: format: bunx --bun @biomejs/biome format --write *.ts commands/ + + +lint: + bunx --bun @biomejs/biome lint --fix *.ts commands/ \ No newline at end of file