🔧 工具: 集成 cz-customizable 依赖

This commit is contained in:
就眠儀式
2022-04-24 00:36:00 +08:00
parent 97e06993b6
commit 0b79aa072b
4 changed files with 116 additions and 21 deletions

View File

@@ -33,6 +33,8 @@
"@typescript-eslint/parser": "^5.8.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^6.3.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
@@ -42,7 +44,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "node_modules/cz-customizable"
}
},
"husky": {