zerobyte/lefthook.yml
Nico b9f92f7430 chore: add a pre-commit hook to format files (#336)
chore: add a pre-commit hook to format files
2026-01-15 16:13:14 +01:00

7 lines
148 B
YAML

pre-commit:
commands:
oxfmt:
glob: '*.{js,jsx,ts,tsx,json,jsonc}'
run: bunx oxfmt --write {staged_files}
stage_fixed: true