Evan You
8 years ago
7 changed files with 228 additions and 299 deletions
@ -1,14 +1,14 @@ |
|||
{ |
|||
"root": true, |
|||
"parser": "babel-eslint", |
|||
"extends": "vue", |
|||
"plugins": ["flowtype"], |
|||
"plugins": [ |
|||
"vue-libs", |
|||
"flowtype" |
|||
], |
|||
"extends": [ |
|||
"plugin:vue-libs/recommended", |
|||
"plugin:flowtype/recommended" |
|||
], |
|||
"globals": { |
|||
"__WEEX__": true |
|||
}, |
|||
"rules": { |
|||
"no-useless-escape": 0, |
|||
"flowtype/define-flow-type": 1, |
|||
"flowtype/use-flow-type": 1 |
|||
} |
|||
} |
|||
|
File diff suppressed because it is too large
Loading…
Reference in new issue