3 Star 4 Fork 0

True / sdkset

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
True 提交于 2023-11-21 09:52 . docs(core): 修改 console 提示
/**
* @tutorial https://commitlint.js.org/#/
*
* @plugins
* * 检查提交消息是否符合 Conventional commit format。
* "@commitlint/cli" - https://github.com/conventional-changelog/commitlint
* * 用于 cz-customized 的可共享配置文件。
* "commitlint-config-cz" - https://github.com/whizark/commitlint-config-cz
*/
module.exports = {
/** * 继承配置。 */
extends: ['cz']
}
TypeScript
1
https://gitee.com/trueAlways/sdkset.git
git@gitee.com:trueAlways/sdkset.git
trueAlways
sdkset
sdkset
master

搜索帮助