From 004448c469109e841cddcd9a7115b7ef7d71f21c Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 6 Feb 2025 22:23:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20stylelint=20=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E6=9C=AA=E7=9F=A5=E5=B1=9E=E6=80=A7=E5=80=BC?= 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 e6b1be15..69587661 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -26,6 +26,7 @@ module.exports = { "keyframes-name-pattern": null, // 动画帧节点样式命名规则 "no-descending-specificity": null, // 允许无降序特异性 "no-empty-source": null, // 允许空样式 + "declaration-property-value-no-unknown": null, // 允许未知属性值 // 允许 global 、export 、deep伪类 "selector-pseudo-class-no-unknown": [ true,