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