docsify/.eslintrc

13 lines
131 B
Plaintext
Raw Normal View History

2016-11-20 15:56:37 +08:00
{
2017-03-19 00:21:59 +08:00
"extends": [
"vue"
],
2017-02-09 00:19:10 +08:00
"env": {
"browser": true
},
"globals": {
"Docsify": true,
"$docsify": true
2016-11-20 15:56:37 +08:00
}
}