1 Star 0 Fork 5

东东/MYNT-EYE-D-SDK

forked from Slightech/MYNT-EYE-D-SDK 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.commitlintrc.js 318 Bytes
Copy Edit Raw Blame History
John Zhao authored 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/dongdongxa/MYNT-EYE-D-SDK.git
git@gitee.com:dongdongxa/MYNT-EYE-D-SDK.git
dongdongxa
MYNT-EYE-D-SDK
MYNT-EYE-D-SDK
master

Search