From bcd2480f69bfaa04fc9eb9aa7f60e84fc7180e75 Mon Sep 17 00:00:00 2001 From: xiangshu233 Date: Thu, 15 Dec 2022 17:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20eslint=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=AF=BC=E8=87=B4=E6=89=80=E6=9C=89?= =?UTF-8?q?=20index.vue=20=E4=BC=9A=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 6396b2f..9c1deb6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,6 +25,7 @@ module.exports = defineConfig({ ], rules: { 'vue/script-setup-uses-vars': 'error', + 'vue/multi-word-component-names': 'off', '@typescript-eslint/ban-ts-ignore': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-explicit-any': 'off',