14 Star 52 Fork 11

凹凸实验室 / Taro-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.json 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
],
"rules": {
"declaration-colon-newline-after": null,
"at-rule-no-unknown": null,
"color-hex-case": null,
"block-closing-brace-newline-after": null,
"at-rule-empty-line-before": null,
"number-no-trailing-zeros": null,
"no-empty-source": null,
"unit-case": null,
"scss/at-rule-no-unknown": true
}
}
1
https://gitee.com/o2team/Taro-UI.git
git@gitee.com:o2team/Taro-UI.git
o2team
Taro-UI
Taro-UI
next

搜索帮助