vue/.eslintrc
2017-06-02 11:36:26 +08:00

14 lines
184 B
Plaintext

{
"root": true,
"plugins": [
"flowtype"
],
"extends": [
"plugin:vue-libs/recommended",
"plugin:flowtype/recommended"
],
"globals": {
"__WEEX__": true
}
}