当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 177

MicroOS / lin-ui
暂停

forked from 林间有风 / lin-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: [
'@commitlint/config-conventional'
],
rules: {
'scope-empty': [2, 'never'],
'scope-case': [0, 'never'],
'scope-enum': [
2,
'always',
[
'EsLint',
'VuePress',
'package.json',
'README',
'util',
'.editorconfig',
'.gitignore',
'commitlint',
'Example',
'Button',
'Icon',
'Transition',
'List',
'Grid',
'Card',
'WaterFlow',
'Album',
'Sticky',
'Collapse',
'Avatar',
'Badge',
'Countdown',
'Loading',
'LoadMore',
'Mask',
'NoticeBar',
'Popup',
'Progress',
'StatusShow',
'Tag',
'Steps',
'Skeleton',
'ArcPopup',
'Segment',
'Tabs',
'CombinedTabs',
'Toast',
'Dialog',
'Message',
'SlideView',
'ActionSheet',
'Input',
'Textarea',
'Radio',
'Checkbox',
'ImagePicker',
'Rules',
'Rate',
'Form',
'Price',
'Counter',
'SearchBar',
'IndexList'
]
]
}
};
JavaScript
1
https://gitee.com/MicroOS/lin-ui.git
git@gitee.com:MicroOS/lin-ui.git
MicroOS
lin-ui
lin-ui
master

搜索帮助