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