Files
arkanoid/lefthook.yml
T

10 lines
165 B
YAML

pre-commit:
parallel: true
commands:
biome-check:
glob: "*.{js,json,css}"
run: yarn biome check --write {staged_files}
stage_fixed: true