From 64f77624566c87e2b44ccf97475d73a746e00619 Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Wed, 13 Dec 2023 11:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91eslint?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a45f045..6dbb1cb 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -19,6 +19,9 @@ module.exports = { }, rules: { + 'no-underscore-dangle': 'off', + 'arrow-parens': 'off', + 'class-methods-use-this': 'off', 'no-console': 'warn', 'no-debugger': 'warn', 'vue/max-attributes-per-line': ['error', {