Skip to content

Commit b2d2fbd

Browse files
committed
chore: 🔨 允许style标签为空
1 parent 66216fb commit b2d2fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.cjs

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

0 commit comments

Comments
 (0)