1 Star 0 Fork 0

yunwisdom/idux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"function-name-case": ["lower", { "ignoreFunctions": ["/colorPalette/"] }],
"no-invalid-double-slash-comments": null,
"no-descending-specificity": null
},
"ignoreFiles": [
"dist/**/*.less",
"packages/components/style/reset.less",
"packages/components/style/variable/color/*.less"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunwisdom_zhao/idux.git
git@gitee.com:yunwisdom_zhao/idux.git
yunwisdom_zhao
idux
idux
main

搜索帮助