16 lines
226 B
JSON
16 lines
226 B
JSON
|
|
{
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"es2021": true
|
||
|
|
},
|
||
|
|
"extends": [
|
||
|
|
"eslint:recommended",
|
||
|
|
"plugin:vue/recommended",
|
||
|
|
"prettier"
|
||
|
|
],
|
||
|
|
"parserOptions": {
|
||
|
|
"ecmaVersion": 12,
|
||
|
|
"sourceType": "module"
|
||
|
|
}
|
||
|
|
}
|