10 lines
143 B
Makefile
10 lines
143 B
Makefile
|
|
fmt:
|
|
just format
|
|
|
|
format:
|
|
bunx --bun @biomejs/biome format --write *.ts plugins/
|
|
|
|
|
|
lint:
|
|
bunx --bun @biomejs/biome lint --fix *.ts plugins/
|