File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ parser : '@babel/eslint-parser' ,
2
3
env : {
3
- browser : true ,
4
4
es6 : true ,
5
5
node : true ,
6
6
commonjs : true ,
Original file line number Diff line number Diff line change 1
1
exports . test = [
2
- {
3
- "name" : "test" ,
4
- "url" : "http://localhost:8000/remmoteEntry.js" ,
5
- "path" : "/Users/kylefahey/OCVIBE/module-federation/aegis/__test__/use-cases" ,
6
- "type" : "model"
7
- ,
8
- importRemote : ( ) => import ( "test/models" )
9
- }
10
- ]
2
+ {
3
+ name : 'test' ,
4
+ url : 'http://localhost:8000/remmoteEntry.js' ,
5
+ path : '/Users/kylefahey/OCVIBE/module-federation/aegis/__test__/use-cases' ,
6
+ type : 'model' ,
7
+ importRemote : ( ) => import ( 'test/models' ) ,
8
+ } ,
9
+ ]
Original file line number Diff line number Diff line change 56
56
},
57
57
"devDependencies" : {
58
58
"@babel/cli" : " 7.18.10" ,
59
- "@babel/core" : " 7.18.10" ,
59
+ "@babel/core" : " ^7.20.7" ,
60
+ "@babel/eslint-parser" : " ^7.19.1" ,
60
61
"@babel/node" : " 7.18.10" ,
61
62
"@babel/preset-env" : " 7.18.10" ,
62
63
"@types/node" : " 16.18.11" ,
63
64
"babel-loader" : " 8.2.5" ,
64
65
"chalk" : " 5.0.1" ,
65
66
"cross-var" : " 1.1.0" ,
66
- "eslint" : " 8.22 .0" ,
67
+ "eslint" : " ^8.30 .0" ,
67
68
"eslint-config-prettier" : " ^8.5.0" ,
68
69
"eslint-config-standard" : " ^17.0.0" ,
69
70
"eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments