hypnagaga/lefthook.yml
Ben Aultowski 04877468cf initial
2026-02-27 11:58:02 -05:00

8 lines
192 B
YAML

pre-commit:
scripts:
'precheck-file-size.js':
runner: node
commands:
prettier:
glob: '*.{js,css,md,svelte}'
run: npx prettier --write {staged_files} && git add .