mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
9dce7adfa2
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
15 lines
249 B
Plaintext
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
|
|
}
|
|
}
|