1 Star 3 Fork 4

niceduang/commitlint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
onow 提交于 2020-01-19 13:42 . docs: 移除提交信息footer的限制
{
"name": "commitlint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"commit": "git-cz"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"husky": "^4.0.10",
"eslint": "^6.8.0",
"eslint-config-ali": "^2.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-react": "^7.1.0",
"babel-eslint": "^8.1.1",
"lint-staged": "^4.0.0",
"prettier": "^1.16.4",
"eslint-plugin-prettier": "^3.0.1",
"eslint-config-prettier": "^4.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-empty": [
2,
"never"
]
}
},
"lint-staged": {
"*.js": [
"eslint --fix --ext .js",
"prettier --write",
"git add"
],
"*.{vue,md,html}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/niceduang/commitlint.git
git@gitee.com:niceduang/commitlint.git
niceduang
commitlint
commitlint
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385