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