From 954f43d8b390dc340227073969bafb483c405aa8 Mon Sep 17 00:00:00 2001 From: baigl <552301061@qq.com> Date: Fri, 19 Jul 2024 14:31:54 +0800 Subject: [PATCH] =?UTF-8?q?vscode=20=E8=A1=8C=E5=B0=BE=E7=88=86=E7=BA=A2es?= =?UTF-8?q?lintrc=20=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 55db58d..517a19c 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -10,6 +10,7 @@ module.exports = { ], rules: { 'vue/require-default-prop': 'off', - 'vue/multi-word-component-names': 'off' + 'vue/multi-word-component-names': 'off', + 'prettier/prettier': 'off' } }