21 lines
271 B
JSON
21 lines
271 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-recommended",
|
|
"eslint:recommended",
|
|
"@vue/typescript/recommended"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2021
|
|
},
|
|
"plugins": [
|
|
],
|
|
"rules": {
|
|
}
|
|
}
|