Files
blitzcrank/Justfile
T
2025-07-05 18:42:59 -04:00

10 lines
145 B
Makefile

fmt:
just format
format:
bunx --bun @biomejs/biome format --write *.ts commands/
lint:
bunx --bun @biomejs/biome lint --fix *.ts commands/