🔧 chore: husky git hooks

pull/23/head
Boaz Poolman 2021-05-12 17:24:42 +02:00
parent 9c33ed50de
commit 821a6a02bf
4 changed files with 4 additions and 0 deletions

1
.husky/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_

0
.husky/commit-msg Normal file → Executable file
View File

0
.husky/pre-commit Normal file → Executable file
View File

View File

@ -41,5 +41,8 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"husky": "^6.0.0" "husky": "^6.0.0"
},
"scripts": {
"prepare": "husky install"
} }
} }