From b51dc1f155972fed8856e53b448d03709bfbe9be Mon Sep 17 00:00:00 2001 From: Aman Date: Sat, 8 Aug 2020 20:47:31 +0530 Subject: [PATCH] feat: husky --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1d0223..2ec2b0a 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [JavaScript Standard Style](https://github.com/feross/standard) - Opinionated, no-configuration style guide, style checker, and formatter * [Pre-evaluate code at buildtime](https://github.com/kentcdodds/preval.macro) - Pre-evaluate your front end javascript code at build-time * [JS-Beautifier](https://github.com/beautify-web/js-beautify) - Npm cli and library to format JS code. +* [husky](https://github.com/typicode/husky) - Prevents bad git commit, git push and more. ## MVC Frameworks and Libraries