From 3f5ef843e0f2241a8edeb626b43b12de122286b0 Mon Sep 17 00:00:00 2001 From: Nick K Date: Fri, 19 Aug 2022 20:05:11 +0300 Subject: [PATCH] Add Git hooks section to readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 06c7723..5901b05 100644 --- a/readme.md +++ b/readme.md @@ -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