mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-10 06:39:45 +00:00
23 lines
464 B
JSON
23 lines
464 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2021": true
|
||
|
},
|
||
|
"extends": ["eslint:recommended", "plugin:vue/vue3-essential"],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": "latest",
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"plugins": ["vue"],
|
||
|
"rules": {
|
||
|
"vue/multi-word-component-names": "off"
|
||
|
},
|
||
|
"ignorePatterns": ["node_modules/", "public/", "dist/"],
|
||
|
"globals": {
|
||
|
"$message": true,
|
||
|
"$dialog": true,
|
||
|
"$loadingBar": true,
|
||
|
"$notification": true
|
||
|
}
|
||
|
}
|