Skip to content

Commit

Permalink
style: Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 9, 2020
1 parent 8087a93 commit 1231cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/private/ensure-user-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ module.exports = userConfiguration => {
}

if (isValue(userConfiguration.userDependencies)) {
configuration.userDependencies = ensureArray(userConfiguration.userDependencies).map(
packageName => ensureString(packageName)
);
configuration.userDependencies = ensureArray(
userConfiguration.userDependencies
).map(packageName => ensureString(packageName));
} else {
configuration.userDependencies = [];
}
Expand Down

0 comments on commit 1231cc1

Please sign in to comment.