@@ -16,17 +16,17 @@ module.exports = (api, { config, lintOn = [] }) => {
16
16
if ( config === 'airbnb' ) {
17
17
pkg . eslintConfig . extends . push ( '@vue/airbnb' )
18
18
Object . assign ( pkg . devDependencies , {
19
- '@vue/eslint-config-airbnb' : '^3.0.0-alpha.9 '
19
+ '@vue/eslint-config-airbnb' : '^3.0.0-alpha.10 '
20
20
} )
21
21
} else if ( config === 'standard' ) {
22
22
pkg . eslintConfig . extends . push ( '@vue/standard' )
23
23
Object . assign ( pkg . devDependencies , {
24
- '@vue/eslint-config-standard' : '^3.0.0-alpha.9 '
24
+ '@vue/eslint-config-standard' : '^3.0.0-alpha.10 '
25
25
} )
26
26
} else if ( config === 'prettier' ) {
27
27
pkg . eslintConfig . extends . push ( '@vue/prettier' )
28
28
Object . assign ( pkg . devDependencies , {
29
- '@vue/eslint-config-prettier' : '^3.0.0-alpha.9 '
29
+ '@vue/eslint-config-prettier' : '^3.0.0-alpha.10 '
30
30
} )
31
31
} else {
32
32
// default
@@ -37,7 +37,7 @@ module.exports = (api, { config, lintOn = [] }) => {
37
37
if ( api . hasPlugin ( 'typescript' ) ) {
38
38
pkg . eslintConfig . extends . push ( '@vue/typescript' )
39
39
Object . assign ( pkg . devDependencies , {
40
- '@vue/eslint-config-typescript' : '^3.0.0-alpha.9 '
40
+ '@vue/eslint-config-typescript' : '^3.0.0-alpha.10 '
41
41
} )
42
42
}
43
43
0 commit comments