vue/.eslintrc

14 lines
184 B
Plaintext
Raw Normal View History

2016-05-06 07:11:15 +08:00
{
"root": true,
2017-06-01 16:41:07 +08:00
"plugins": [
"flowtype"
],
"extends": [
"plugin:vue-libs/recommended",
"plugin:flowtype/recommended"
],
"globals": {
"__WEEX__": true
2016-05-13 00:34:54 +08:00
}
2016-05-06 07:11:15 +08:00
}