This repository was archived by the owner on Aug 27, 2020. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 56
56
"eslint-plugin-standard" : " ^3.0.1" ,
57
57
{{/if_eq }}
58
58
{{#if_eq eslintConfig "airbnb" }}
59
- "eslint-config-airbnb-base" : " ^11.1.3 " ,
59
+ "eslint-config-airbnb-base" : " ^12.0.1 " ,
60
60
"eslint-import-resolver-webpack" : " ^0.8.1" ,
61
61
{{/if_eq }}
62
62
{{/eslint }}
113
113
"tslint-config-standard" : " ^6.0.1" ,
114
114
{{/if_eq }}
115
115
{{#if_eq tslintConfig "airbnb" }}
116
- "tslint-config-airbnb" : " ^1.1.1 " ,
116
+ "tslint-config-airbnb" : " ^5.3.0 " ,
117
117
{{/if_eq }}
118
118
{{#if_eq compiler "typescript" }}
119
119
"typescript" : " ^2.2.1" ,
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Vue.config.productionTip = false{{#if_eq eslintConfig "airbnb"}};{{/if_eq}}
12
12
13
13
/* eslint-disable no-new */
14
14
new Vue ( {
15
- el : '#app' ,
16
15
{ { #router} }
17
16
router ,
18
17
{ { / router } }
18
+ el : '#app' ,
19
19
{ { #if_eq build "runtime" } }
20
20
render : h => h ( App ) { { #if_eq eslintConfig "airbnb" } } , { { / i f _ e q } }
21
21
{ { / i f _ e q } }
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Vue.config.productionTip = false{{#if_eq tslintConfig "airbnb"}};{{/if_eq}}
15
15
16
16
// tslint:disable-next-line:no-unused-expression
17
17
new Vue ( {
18
- el : '#app' ,
19
18
{ { #router} }
20
19
router ,
21
20
{ { / router } }
21
+ el : '#app' ,
22
22
{ { #if_eq build 'runtime' } }
23
23
render : ( h ) => h ( App )
24
24
{ { / i f _ e q } }
Original file line number Diff line number Diff line change 9
9
{{#if_eq tslintConfig "airbnb" }}
10
10
" extends" : " tslint-config-airbnb" ,
11
11
" rules" : {
12
- "import-name" : false
12
+ "import-name" : false ,
13
+ "object-shorthand-properties-first" : false
13
14
}
14
15
{{/if_eq }}
15
16
}
You can’t perform that action at this time.
0 commit comments