mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-01 03:30:00 +08:00
13 lines
131 B
Plaintext
13 lines
131 B
Plaintext
{
|
|
"extends": [
|
|
"vue"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"Docsify": true,
|
|
"$docsify": true
|
|
}
|
|
}
|