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)
v1.6.17
Changelog
- 8959135 chore: setting proper error message for missing lefthook file (#748)
- b48923b fix: apply local extends only if they are present (#754)