vue/.eslintrc
Evan You 9dce7adfa2 Streaming render for weex
fix append mode for keep-alive reactivation

streaming render for weex

fix weex test case

inject __WEEX__ during tests

fix append:tree for iOS

ignore weex branch
2016-11-26 16:04:47 -05:00

15 lines
249 B
Plaintext

{
"root": true,
"parser": "babel-eslint",
"extends": "vue",
"plugins": ["flowtype"],
"globals": {
"__WEEX__": true
},
"rules": {
"no-useless-escape": 0,
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1
}
}