mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-02-01 16:39:42 +00:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
{
|
|
"extends": ["vue"],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"$docsify": true
|
|
}
|
|
}
|