129 Star 520 Fork 125

skyvow / wux-weapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.js 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyvow 提交于 2019-12-19 14:17 . add lint conf
module.exports = {
"extends": "stylelint-config-standard",
"rules": {
"unit-no-unknown": [
true,
{
"ignoreUnits": "/rpx/"
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": [
"/page/"
]
}
],
"indentation": 4,
"declaration-block-trailing-semicolon": "always",
"block-closing-brace-newline-before": "always",
"unit-case": null,
"color-hex-case": null,
"max-empty-lines": null,
"at-rule-no-unknown": null,
"comment-empty-line-before": null,
"number-leading-zero": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"no-empty-source": null,
"declaration-block-no-duplicate-properties": null,
"function-calc-no-invalid": null,
"font-family-no-missing-generic-family-keyword": null
}
}
JavaScript
1
https://gitee.com/skyvow/wux.git
git@gitee.com:skyvow/wux.git
skyvow
wux
wux-weapp
master

搜索帮助