2 Star 4 Fork 1

oliver/AI_NFT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
世祺 陈 提交于 2022-08-15 12:05 . feat: add husky commitlint. Closes #73
module.exports = {
extends: [
'@commitlint/config-conventional'
],
rules: {
'type-enum': [2, 'always', [
'build', 'ci', 'perf', 'feat', 'fix', 'refactor', 'docs', 'chore', 'style', 'revert', 'test'
]],
'type-case': [0],
'type-empty': [0],
'scope-empty': [0],
'scope-case': [0],
'subject-full-stop': [0],
'subject-case': [0, 'never'],
'header-max-length': [0, 'always', 72]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/csqgitbelong/ai_nft.git
git@gitee.com:csqgitbelong/ai_nft.git
csqgitbelong
ai_nft
AI_NFT
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385