From 8a59b8ff840638792a35059ced884621783b22f9 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Tue, 20 Feb 2024 00:07:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E9=85=8D=E7=BD=AEstylelint?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E7=A9=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index b27acdc0..ec771b79 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -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,