From 4721d579aaf29affbe999e02cfba199932bd08c7 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Tue, 14 Nov 2023 19:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index b5a44a8..ddb4374 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,5 +15,9 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'camelcase': 'off', 'vue/attribute-hyphenation': 'off', + //禁用命名规则 + 'vue/name-property-casing': 'off', + 'vue/multi-word-component-names': 'off', + 'vue/no-deprecated-scope-attribute': 'off', } }