mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 05:50:21 -05:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
{
|
|
"extends": ["plugin:vue-libs/recommended"],
|
|
"rules": {
|
|
"indent": ["error", 2, { "MemberExpression": "off" }],
|
|
"vue-libs/no-async-functions": 2
|
|
}
|
|
}
|