Skip to content

Commit

Permalink
Add Git hooks section to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Aug 19, 2022
1 parent 06e60f6 commit 3f5ef84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -466,6 +466,10 @@ Checks if given value is a File, Blob or file-look-a-like object.

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

### Git hooks

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.

## Related links

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

0 comments on commit 3f5ef84

Please sign in to comment.