1 Star 1 Fork 0

韩凯强 / vue-treeselect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stylelint.config.js 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩凯强 提交于 2022-03-11 10:52 . 1
module.exports = {
extends: 'stylelint-config-xo-space',
rules: {
'string-quotes': [ 'double', { avoidEscape: false } ],
'declaration-empty-line-before': null,
'at-rule-empty-line-before': null,
'selector-list-comma-newline-after': null,
'rule-empty-line-before': null,
'value-keyword-case': null, // [ 'lower', { ignoreProperties: [ 'font', 'font-family' ] } ],
'declaration-block-no-duplicate-properties': [ true, { ignore: [ 'consecutive-duplicates' ] } ],
'declaration-property-value-blacklist': null,
'property-blacklist': null,
'no-unknown-animations': null,
'font-weight-notation': null,
'no-descending-specificity': null,
'selector-max-compound-selectors': null,
'block-no-empty': [ true, { ignore: [] } ],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yoyohan1/vue-treeselect.git
git@gitee.com:yoyohan1/vue-treeselect.git
yoyohan1
vue-treeselect
vue-treeselect
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891