From f41e325b29f02875c20de802a055bbd5d5e83a7e Mon Sep 17 00:00:00 2001 From: Caffeine19 <108726581+Caffeine19@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:15:50 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E6=9B=B4=E6=96=B0eslint=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=85=81=E8=AE=B8vue=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E4=B8=AA=E5=8D=95=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecgboot-vue3/.eslintrc.js b/jeecgboot-vue3/.eslintrc.js index 5fcac9eb..45737669 100644 --- a/jeecgboot-vue3/.eslintrc.js +++ b/jeecgboot-vue3/.eslintrc.js @@ -74,5 +74,6 @@ module.exports = defineConfig({ math: 'always', }, ], + 'vue/multi-word-component-names': 'off', }, });