Skip to content

Commit c412409

Browse files
author
stpham
committed
fix: eslint errors
1 parent 7634b91 commit c412409

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ async function _resolvePackage(blueprint, url, range) {
5656
}
5757

5858
module.exports = async function emberCliUpdate({
59-
cwd = process.cwd(),
60-
packageName,
61-
blueprint: _blueprint,
62-
from,
63-
to,
64-
resolveConflicts
65-
} = {}) {
59+
cwd = process.cwd(),
60+
packageName,
61+
blueprint: _blueprint,
62+
from,
63+
to,
64+
resolveConflicts
65+
} = {}) {
6666
// A custom config location in package.json may be reset/init away,
6767
// so we can no longer look it up on the fly after the run.
6868
// We must rely on a lookup before the run.
@@ -191,9 +191,9 @@ module.exports = async function emberCliUpdate({
191191
cwd,
192192
projectOptions: ({ packageJson }) => getProjectOptions(packageJson, blueprint),
193193
mergeOptions: async function mergeOptions({
194-
packageJson,
195-
projectOptions
196-
}) {
194+
packageJson,
195+
projectOptions
196+
}) {
197197
let startBlueprint = { ...blueprint };
198198
endBlueprint = { ...blueprint };
199199
delete endBlueprint.version;

0 commit comments

Comments
 (0)