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 3333 "resolve" : " ^1.10.0"
3434 },
3535 "devDependencies" : {
36- "babel-eslint" : " ^8.2.6 " ,
36+ "babel-eslint" : " ^10.0.1 " ,
3737 "coveralls" : " ^3.0.2" ,
3838 "eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0" ,
3939 "istanbul" : " ^0.4.5" ,
40- "mocha" : " ^5.2.0 " ,
40+ "mocha" : " ^6.1.4 " ,
4141 "sinon" : " ^7.2.2" ,
4242 "typescript" : " ^3.2.2" ,
43- "typescript-eslint-parser" : " ^20.1.1 "
43+ "typescript-eslint-parser" : " ^22.0.0 "
4444 },
4545 "peerDependencies" : {
4646 "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 = {
1616 sourceType : 'module' ,
1717 ecmaFeatures : {
1818 jsx : true
19- }
19+ } ,
20+ jsx : true
2021} ;
2122
2223// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments