mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
{
|
|
"root": true,
|
|
"parser": "babel-eslint",
|
|
"extends": "vue",
|
|
"plugins": ["flowtype"],
|
|
"rules": {
|
|
"no-useless-escape": 0,
|
|
"flowtype/define-flow-type": 1,
|
|
"flowtype/use-flow-type": 1
|
|
}
|
|
}
|