94 Star 860 Fork 196

腾讯开源 / WeUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
bearyan 提交于 2020-01-27 15:26 . 加入stylelint
module.exports = {
'extends': 'stylelint-config-standard',
'rules': {
'indentation': 4,
'selector-pseudo-element-colon-notation': 'single',
'no-descending-specificity': null,
'no-eol-whitespace': null,
'block-no-empty': null,
'rule-empty-line-before': null,
'max-empty-lines': null,
'function-calc-no-invalid': null,
'declaration-block-no-duplicate-properties': null,
'declaration-block-no-shorthand-property-overrides': null,
},
};
HTML/CSS
1
https://gitee.com/Tencent/WeUI.git
git@gitee.com:Tencent/WeUI.git
Tencent
WeUI
WeUI
master

搜索帮助