Releases: evilmartians/lefthook
Releases · evilmartians/lefthook
v1.7.3
Changelog
New
Add support for file list in the exclude
option.
pre-commit:
commands:
lint:
run: yarn lint {staged_files}
exclude:
- vendor/some-file.js
- package.json
v1.7.2
Changelog
- f99bcd2 fix: add missing sub directory in hook template (#768)