mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-30 11:08:58 +08:00
16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
{
|
|
"extends": [
|
|
"vue"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"Docsify": true,
|
|
"$docsify": true
|
|
}
|
|
}
|