mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-04 11:00:39 -05:00
6b865dbc85
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"extends": ["plugin:vue-libs/recommended"],
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"indent": ["error", 2, { "MemberExpression": "off" }]
|
|
}
|
|
}
|