chore: 🔨 允许style标签为空

This commit is contained in:
hxr
2024-02-20 08:22:46 +08:00
parent 66216fbefd
commit b2d2fbdec4

View File

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