husky non-semantic commit

This commit is contained in:
Mo
2022-06-13 12:12:56 -05:00
parent b0e6e7825a
commit aa9a7fbf31
4 changed files with 4 additions and 9 deletions

View File

@@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.17.0",
"husky": "^8.0.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"release-please": "^13.18.3",
@@ -50,7 +50,7 @@
"packageManager": "yarn@3.2.1",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {