15 lines
182 B
Text
15 lines
182 B
Text
{
|
|
"extends": [
|
|
"vue"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"Docsify": true,
|
|
"$docsify": true
|
|
}
|
|
}
|