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