
fmt:
	just format

format:
	bunx --bun @biomejs/biome format --write *.ts plugins/


lint:
	bunx --bun @biomejs/biome lint --fix *.ts plugins/