1 Star 0 Fork 10

雨淡烟青/vue-hash-calendar

forked from TSY/vue-hash-calendar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: [
'@commitlint/config-conventional'
],
rules: {
/*
upd:更新某功能(不是 feat, 不是 fix)
feat:新功能(feature)
fix:修补bug
docs:文档(documentation)
style: 格式(不影响代码运行的变动)
refactor:重构(即不是新增功能,也不是修改bug的代码变动)
test:增加测试
chore:构建过程或辅助工具的变动
栗子:
git commit -m 'feat: 增加 xxx 功能'
*/
'type-enum': [2, 'always', [
'upd', 'feat', 'fix', 'refactor', 'docs', 'chore', 'style', 'revert'
]],
'type-case': [0],
'type-empty': [0],
'scope-empty': [0],
'scope-case': [0],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never'],
'header-max-length': [0, 'always', 72]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YuDanYanQing/vue-hash-calendar.git
git@gitee.com:YuDanYanQing/vue-hash-calendar.git
YuDanYanQing
vue-hash-calendar
vue-hash-calendar
master

搜索帮助