File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [ " es2015-argon " ],
2
+ "presets" : [" airbnb " ],
3
3
"sourceMaps" : " inline" ,
4
4
"retainLines" : true ,
5
5
"env" : {
6
6
"test" : {
7
7
"plugins" : [
8
8
" istanbul" ,
9
- [ " module-resolver" , { "root" : [ " ./src/" ] } ]
9
+ [" module-resolver" , { "root" : [" ./src/" ] }],
10
10
]
11
11
},
12
12
"testCompiled" : {
13
13
"plugins" : [
14
- [ " module-resolver" , { "root" : [ " ./lib/" ] } ]
14
+ [" module-resolver" , { "root" : [" ./lib/" ] }],
15
15
]
16
16
}
17
17
}
Original file line number Diff line number Diff line change 63
63
"babel-eslint" : " =8.0.3 || ^8.2.6" ,
64
64
"babel-plugin-istanbul" : " ^4.1.6" ,
65
65
"babel-plugin-module-resolver" : " ^2.7.1" ,
66
+ "babel-preset-airbnb" : " ^2.6.0" ,
66
67
"babel-preset-es2015-argon" : " latest" ,
67
68
"babel-preset-flow" : " ^6.23.0" ,
68
69
"babel-register" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments