2023-11-18 19:59:12 +08:00
|
|
|
{
|
2023-11-19 16:19:37 +08:00
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es2021": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"eslint:recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:vue/vue3-essential"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": "latest",
|
|
|
|
"parser": "@typescript-eslint/parser"
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"@typescript-eslint",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"rules": {}
|
2023-11-18 19:59:12 +08:00
|
|
|
}
|