Skip to content

Commit bca08ce

Browse files
committed
prettier fix
1 parent 424ca88 commit bca08ce

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
sourceType: 'module',
1313
ecmaFeatures: {
1414
modules: true,
15-
}
15+
},
1616
},
1717
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
1818
rules: {},

__test__/use-cases/test.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
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+
]

src/domain/make-ports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ export default function makePorts(ports, adapters, broker, datasource) {
267267
}
268268
})
269269
.reduce((p, c) => ({ ...p, ...c }))
270-
}
270+
}

0 commit comments

Comments
 (0)