1 Star 0 Fork 5

colluslau/MYNT-EYE-D-SDK

forked from Slightech/MYNT-EYE-D-SDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.commitlintrc.js 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Zhao 提交于 2018-12-24 17:34 . chore(config): add commitizen
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', [
"feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"
]],
'scope-empty': [2, 'never'],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never']
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/colluslau/MYNT-EYE-D-SDK.git
git@gitee.com:colluslau/MYNT-EYE-D-SDK.git
colluslau
MYNT-EYE-D-SDK
MYNT-EYE-D-SDK
master

搜索帮助