mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
18 lines
208 B
JSON
18 lines
208 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"amd": true
|
|
},
|
|
"extends": [
|
|
"standard",
|
|
"plugin:vue/essential"
|
|
],
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
|
|
}
|
|
}
|