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 11module . exports = {
2+ parser : '@babel/eslint-parser' ,
23 env : {
3- browser : true ,
44 es6 : true ,
55 node : true ,
66 commonjs : true ,
Original file line number Diff line number Diff line change 11exports . 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 5656 },
5757 "devDependencies" : {
5858 "@babel/cli" : " 7.18.10" ,
59- "@babel/core" : " 7.18.10" ,
59+ "@babel/core" : " ^7.20.7" ,
60+ "@babel/eslint-parser" : " ^7.19.1" ,
6061 "@babel/node" : " 7.18.10" ,
6162 "@babel/preset-env" : " 7.18.10" ,
6263 "@types/node" : " 16.18.11" ,
6364 "babel-loader" : " 8.2.5" ,
6465 "chalk" : " 5.0.1" ,
6566 "cross-var" : " 1.1.0" ,
66- "eslint" : " 8.22 .0" ,
67+ "eslint" : " ^8.30 .0" ,
6768 "eslint-config-prettier" : " ^8.5.0" ,
6869 "eslint-config-standard" : " ^17.0.0" ,
6970 "eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments