mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
{
|
|
"root": true,
|
|
"parser": "babel-eslint",
|
|
"extends": "vue",
|
|
"plugins": ["flow-vars"],
|
|
"rules": {
|
|
"flow-vars/define-flow-type": 1,
|
|
"flow-vars/use-flow-type": 1
|
|
}
|
|
}
|