From ef07a18847cf463db9079c230ff7f1b71d5224fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Sun, 13 Nov 2022 17:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=8E=A5?= =?UTF-8?q?=E5=8F=97=E4=B8=80=E4=B8=AAiss=E4=B8=AD=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=EF=BC=8CDelete=20=E2=90=8Deslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/.eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/.eslintrc.js b/snowy-admin-web/.eslintrc.js index 556567e0..c756d584 100644 --- a/snowy-admin-web/.eslintrc.js +++ b/snowy-admin-web/.eslintrc.js @@ -33,6 +33,7 @@ module.exports = { 'vue/require-default-prop': 'off', 'vue/html-self-closing': 'off', 'vue/v-on-event-hyphenation': 'off', - 'vue/multi-word-component-names': 'off' + 'vue/multi-word-component-names': 'off', + 'prettier/prettier': ['error', { endOfLine: 'auto' }] } }