mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08: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
|
|
}
|
|
}
|