Skip to content

Commit ca29007

Browse files
committed
Add note about husky installation
1 parent 70c444c commit ca29007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ Checks if given value is a File, Blob or file-look-a-like object.
426426

427427
- **{unknown}** value - A value to test
428428

429+
### Husky installation
430+
431+
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.
432+
429433
## Related links
430434

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

0 commit comments

Comments
 (0)