docsify/.eslintrc
2017-03-18 17:21:59 +01:00

13 lines
131 B
Plaintext

{
"extends": [
"vue"
],
"env": {
"browser": true
},
"globals": {
"Docsify": true,
"$docsify": true
}
}