docsify/.eslintrc

11 lines
123 B
Plaintext
Raw Normal View History

2016-11-20 15:56:37 +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
}
}