1 Star 0 Fork 0

uniwatch/nutui-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"defaultSeverity": "error",
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue",
"stylelint-config-html",
"stylelint-config-recess-order"
],
"plugins": [
"stylelint-order"
],
"rules": {
"selector-class-pattern": [
"^([#a-z][$#{}a-z0-9]*)((-{1,2}|_{2})[$#{}a-z0-9]+)*$",
{
"message": "Expected class selector to be kebab-case"
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
"::v-deep",
"deep",
"v-deep"
]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": [
"page",
"rich-text",
"scroll-view"
]
}
],
"no-descending-specificity": null,
"no-empty-source": null,
"keyframes-name-pattern": "^[a-z]+([A-Z][a-z]*)*$"
},
"ignoreFiles": [
"node_modules",
"dist",
"public",
"output",
"coverage",
"temp",
"*.js",
"*.cjs",
"*.mjs",
"*.ts",
"*.tsx",
"*.svg",
"*.gif",
"*.md"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/watching/nutui-uniapp.git
git@gitee.com:watching/nutui-uniapp.git
watching
nutui-uniapp
nutui-uniapp
main

搜索帮助