From 96cfaa99566427b8a61f41eff775fd20dc26b4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8C=E5=A0=86=E5=B0=8F=E9=80=8F=E6=98=8E?= Date: Thu, 7 Aug 2025 16:32:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E7=95=99=E5=8D=95=E8=A1=8C?= =?UTF-8?q?=E6=A0=87=E7=AD=BErule=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.mjs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 89f578b..7383bed 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -30,10 +30,7 @@ export default uniHelper({ 'vue/singleline-html-element-content-newline': [ 'error', { - ignoreWhenNoAttributes: true, - ignoreWhenEmpty: true, - ignores: ['pre', 'textarea', 'text'], - externalIgnores: [], + externalIgnores: ['text'], }, ], },