更新 '.eslintrc.cjs'
This commit is contained in:
parent
1f9a0b9b36
commit
10711f1d0b
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue