From f46273d15e9d37e9cbe897ea86cdbb44f3b1221e Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 13 Aug 2025 10:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEESLint=20=E7=9A=84=20vue/html?= =?UTF-8?q?-self-closing=20=E8=87=AA=E9=97=AD=E5=90=88=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/.eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecgboot-vue3/.eslintrc.js b/jeecgboot-vue3/.eslintrc.js index 5fcac9eb6..8b8635589 100644 --- a/jeecgboot-vue3/.eslintrc.js +++ b/jeecgboot-vue3/.eslintrc.js @@ -67,8 +67,8 @@ module.exports = defineConfig({ { html: { void: 'always', - normal: 'never', - component: 'always', + normal: 'any', + component: 'any', }, svg: 'always', math: 'always',