Evan You
9 years ago
5 changed files with 20 additions and 8 deletions
@ -1,5 +1,10 @@ |
|||
{ |
|||
"root": true, |
|||
"parser": "babel-eslint", |
|||
"extends": "vue" |
|||
"extends": "vue", |
|||
"plugins": ["flow-vars"], |
|||
"rules": { |
|||
"flow-vars/define-flow-type": 1, |
|||
"flow-vars/use-flow-type": 1 |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue