chore: 🔨 配置stylelint允许空样式

This commit is contained in:
hxr 2024-02-20 00:07:53 +08:00
parent 3686f45a6a
commit 8a59b8ff84
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ module.exports = {
"custom-property-pattern": null, // 自定义属性命名规则
"keyframes-name-pattern": null, // 动画帧节点样式命名规则
"no-descending-specificity": null, // 允许无降序特异性
"no-empty-source": null, // 允许空属性
// 允许 global 、export 、deep伪类
"selector-pseudo-class-no-unknown": [
true,