From 708722cbb27426eb3e03432fd800d3f9d7d2e510 Mon Sep 17 00:00:00 2001 From: heduo Date: Fri, 12 Sep 2025 11:10:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dstylelint=E8=A7=A3?= =?UTF-8?q?=E6=9E=90Vue=E6=96=87=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylelint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelint.config.js b/stylelint.config.js index 4216a96..3d09218 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -72,6 +72,7 @@ module.exports = { overrides: [ { files: ['*.vue', '**/*.vue', '*.html', '**/*.html'], + customSyntax: 'postcss-html', extends: ['stylelint-config-recommended', 'stylelint-config-html'], rules: { 'keyframes-name-pattern': null, -- 2.24.1