From e77f355759f36d0e4831091daaaf43cc8897a2e3 Mon Sep 17 00:00:00 2001 From: xlsea Date: Sat, 16 Dec 2023 09:44:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.6.0=20=E4=BF=AE=E5=A4=8Deslint?= =?UTF-8?q?=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.eslintrc.js | 1 + frontend/src/components/GlobalFooter/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 5bece06c..1f4445ee 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -32,6 +32,7 @@ module.exports = { 'vue/no-use-v-if-with-v-for': 0, 'vue/html-closing-bracket-newline': 0, 'vue/no-parsing-error': 0, + 'vue/no-template-shadow': 0, 'no-tabs': 0, 'quotes': [ 2, diff --git a/frontend/src/components/GlobalFooter/index.vue b/frontend/src/components/GlobalFooter/index.vue index 6e97ae23..4773c45f 100644 --- a/frontend/src/components/GlobalFooter/index.vue +++ b/frontend/src/components/GlobalFooter/index.vue @@ -6,9 +6,9 @@ @byteblogs168