From 10711f1d0b192416255a379d3c842837ac0db073 Mon Sep 17 00:00:00 2001 From: lxmou666 <772765102@qq.com> Date: Sun, 20 Nov 2022 14:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.eslintrc.cjs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 33f724c..2323727 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -5,6 +5,7 @@ module.exports = { root: true, globals: { //uni:true + appTitle: true }, extends: [ "plugin:vue/vue3-essential", @@ -16,4 +17,8 @@ module.exports = { parserOptions: { ecmaVersion: "latest", }, + rules: { + "vue/multi-word-component-names": "off", + "prettier/prettier": "off", + }, };