docsify/.eslintrc

16 lines
182 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-05-30 03:48:29 +08:00
"parserOptions": {
"ecmaVersion": 8
},
2017-02-09 00:19:10 +08:00
"env": {
"browser": true
},
"globals": {
"Docsify": true,
"$docsify": true
2016-11-20 15:56:37 +08:00
}
}