mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
{
|
|
"root": true,
|
|
"plugins": [
|
|
"flowtype"
|
|
],
|
|
"extends": [
|
|
"plugin:vue-libs/recommended",
|
|
"plugin:flowtype/recommended"
|
|
],
|
|
"globals": {
|
|
"__WEEX__": true,
|
|
"WXEnvironment": true
|
|
}
|
|
}
|