Skip to content

Commit 3f5ef84

Browse files
committed
Add Git hooks section to readme.md
1 parent 06e60f6 commit 3f5ef84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@ Checks if given value is a File, Blob or file-look-a-like object.
466466

467467
- **{unknown}** value - A value to test
468468

469+
### Git hooks
470+
471+
This package is using `husky` to perform git hooks on developer's machine, so your changes might be verified before you push them to `GitHub`. If you want to install these hooks, run `npm run husky` command.
472+
469473
## Related links
470474

471475
- [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) documentation on MDN

0 commit comments

Comments
 (0)