File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33
33
"resolve" : " ^1.10.0"
34
34
},
35
35
"devDependencies" : {
36
- "babel-eslint" : " ^8.2.6 " ,
36
+ "babel-eslint" : " ^10.0.1 " ,
37
37
"coveralls" : " ^3.0.2" ,
38
38
"eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0" ,
39
39
"istanbul" : " ^0.4.5" ,
40
- "mocha" : " ^5.2.0 " ,
40
+ "mocha" : " ^6.1.4 " ,
41
41
"sinon" : " ^7.2.2" ,
42
42
"typescript" : " ^3.2.2" ,
43
- "typescript-eslint-parser" : " ^20.1.1 "
43
+ "typescript-eslint-parser" : " ^22.0.0 "
44
44
},
45
45
"peerDependencies" : {
46
46
"eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ const parserOptions = {
16
16
sourceType : 'module' ,
17
17
ecmaFeatures : {
18
18
jsx : true
19
- }
19
+ } ,
20
+ jsx : true
20
21
} ;
21
22
22
23
// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments