ci(commitlint): add commitlint in project

This commit is contained in:
落小梅
2021-10-12 09:32:11 +08:00
parent e99e34dd65
commit 424807b2b3
4 changed files with 559 additions and 48 deletions

View File

@@ -49,6 +49,8 @@
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@types/jest": "^26.0.24",
"@types/markdown-it": "^12.2.3",
@@ -64,7 +66,7 @@
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.19.1",
"husky": "^4.3.8",
"husky": "^7.0.2",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"markdown-it-container": "^3.0.0",