now-updater/lefthook.yml
Melanie Kat 16976c7cb9 init
2025-12-17 17:57:14 -08:00

6 lines
247 B
YAML

pre-commit:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: npx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
stage_fixed: true