22 lines
334 B
JSON
Executable File
22 lines
334 B
JSON
Executable File
{
|
|
"rules": {},
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module"
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:vue/essential"
|
|
],
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly"
|
|
},
|
|
"plugins": [
|
|
"vue"
|
|
]
|
|
} |