Files
blitzcrank/Justfile

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/