1 Star 0 Fork 13

tuhe / et-shop-uni-app

forked from xzjie / et-shop-uni-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
xzjie 提交于 2021-07-19 18:18 . feat:个人中心-佣金页面
module.exports = {
extends: ["stylelint-config-standard", "stylelint-config-recess-order"],
plugins: ["stylelint-scss"],
defaultSeverity: "warning",
rules: {
// 校验规则略
// 不要使用已被 autoprefixer 支持的浏览器前缀
'media-feature-name-no-vendor-prefix': true,
'at-rule-no-vendor-prefix': true,
'selector-no-vendor-prefix': true,
'property-no-vendor-prefix': true,
'value-no-vendor-prefix': true,
// 最多允许嵌套20层,去掉默认的最多2层
'max-nesting-depth': 20,
// 颜色值要小写
'color-hex-case': 'lower',
// 颜色值能短则短
'color-hex-length': 'short',
// 不能用important
'declaration-no-important': true,
}
}
JavaScript
1
https://gitee.com/tuhe/et-shop-uni-app.git
git@gitee.com:tuhe/et-shop-uni-app.git
tuhe
et-shop-uni-app
et-shop-uni-app
master

搜索帮助