From 15caf6158b4428aea66bf310c13a89e43cd3bdee Mon Sep 17 00:00:00 2001 From: xpyjs Date: Fri, 4 Aug 2023 17:54:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index cc76f52..7d55740 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -44,6 +44,7 @@ module.exports = { '@typescript-eslint/strict-boolean-expressions': 'off', '@typescript-eslint/no-non-null-assertion': 'off', - 'vue/multi-word-component-names': 'off' + 'vue/multi-word-component-names': 'off', + 'vue/no-setup-props-destructure': 'off' } };