refactor(husky): improved Husky

This commit is contained in:
Leifer Mendez
2022-11-28 16:53:05 +01:00
parent 2db240b32e
commit 37e857f093
2 changed files with 6 additions and 375 deletions

View File

@@ -59,7 +59,6 @@
"commitizen": "^4.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.3.2-canary.2",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.2",
@@ -78,7 +77,7 @@
"author": "Leifer Mendez <leifer33@gmail.com>",
"config": {
"commitizen": {
"path": "cz-emoji"
"path": "./node_modules/cz-conventional-changelog"
}
}
}