From 09649b655a13d810acf5b9a82fd64b5fe8e75181 Mon Sep 17 00:00:00 2001 From: Damon <1457960500@qq.com> Date: Mon, 17 Apr 2023 19:45:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=A8vue=E6=96=87=E4=BB=B6=E4=BD=BF=E7=94=A8=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=A3=B0=E6=98=8E=E6=96=87=E4=BB=B6=E6=97=B6eslint?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index d5db580..973909b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,6 +24,7 @@ module.exports = { }, plugins: ['vue', '@typescript-eslint', 'prettier'], rules: { + 'no-undef': 'off', 'vue/multi-word-component-names': 'off', '@typescript-eslint/ban-ts-ignore': 'off', '@typescript-eslint/no-unused-vars': 'warn', diff --git a/tsconfig.json b/tsconfig.json index 814b016..3e945b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "jsx": "preserve", "moduleResolution": "node", "skipLibCheck": true, + "ignoreDeprecations": "5.0", "suppressImplicitAnyIndexErrors": true, "esModuleInterop": true, "allowJs": true,