Add 'lint' recipe for Justfile

This commit is contained in:
2025-07-05 18:42:49 -04:00
parent 8c2e889f2a
commit a6255de889

View File

@@ -4,3 +4,7 @@ fmt:
format:
bunx --bun @biomejs/biome format --write *.ts commands/
lint:
bunx --bun @biomejs/biome lint --fix *.ts commands/