docsify/.eslintrc
2017-05-30 04:28:30 +08:00

16 lines
182 B
Plaintext

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