mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
{
|
|
"root": true,
|
|
"plugins": [
|
|
"flowtype"
|
|
],
|
|
"extends": [
|
|
"plugin:vue-libs/recommended",
|
|
"plugin:flowtype/recommended"
|
|
],
|
|
"globals": {
|
|
"__WEEX__": true
|
|
}
|
|
}
|