更新 '.eslintrc.cjs'
This commit is contained in:
parent
1f9a0b9b36
commit
10711f1d0b
|
|
@ -5,6 +5,7 @@ module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
globals: {
|
globals: {
|
||||||
//uni:true
|
//uni:true
|
||||||
|
appTitle: true
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
"plugin:vue/vue3-essential",
|
"plugin:vue/vue3-essential",
|
||||||
|
|
@ -16,4 +17,8 @@ module.exports = {
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: "latest",
|
ecmaVersion: "latest",
|
||||||
},
|
},
|
||||||
|
rules: {
|
||||||
|
"vue/multi-word-component-names": "off",
|
||||||
|
"prettier/prettier": "off",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue