mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-01 09:21:03 -05:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
{
|
|
"extends": ["plugin:vue-libs/recommended"],
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"indent": ["error", 2, { "MemberExpression": "off" }],
|
|
"vue-libs/no-async-functions": 2
|
|
}
|
|
}
|