Skip to content

Commit

Permalink
Add note about husky installation
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Aug 19, 2022
1 parent 70c444c commit ca29007
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ Checks if given value is a File, Blob or file-look-a-like object.

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

### Husky installation

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 ca29007

Please sign in to comment.