Files
zerobyte/lefthook.yml
Nico 1074d022b3 chore: add a pre-commit hook to format files (#336)
chore: add a pre-commit hook to format files
2026-01-10 11:57:24 +01:00

8 lines
148 B
YAML

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