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