From b8592bf35f1dd83969f769aa59eeb16ab425995d Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Wed, 29 Mar 2023 09:14:27 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B43=E6=9C=8829=E6=97=A5=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=B2=A1=E6=9C=89name=E5=B8=A6=E6=9D=A5=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5fcac9e..4573766 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,5 +74,6 @@ module.exports = defineConfig({ math: 'always', }, ], + 'vue/multi-word-component-names': 'off', }, });