From 7cf21ab52e38632b9e4d174ca98a00941a8fe230 Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 18 Dec 2023 14:43:01 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E9=85=8D=E7=BD=AEeslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 97b94c4b2..0f0a4b516 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,6 +70,7 @@ module.exports = { 'singleline': 'never', 'multiline': 'always', }], + 'vue/attribute-hyphenation': 'off', // 关闭 属性名必须使用连字符的规则 }, env: { browser: true,