mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
{
|
|
"extends": ["vue"],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"$docsify": true
|
|
}
|
|
}
|