Skip to content

Commit

Permalink
metro config [nfc]: Auto-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Aug 4, 2021
1 parent ec10d12 commit 1939328
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ module.exports = {
// @babel/runtime makes the list because our Babel config (?) causes
// files like @zulip/shared/js/typing_status.js to need it, whereas
// it's not a dependency of @zulip/shared itself.
['@babel/runtime', ...arrayFlatMap(linkablePackages, packageDeps)].map(
name => [name, packagePath(name)],
),
['@babel/runtime', ...arrayFlatMap(linkablePackages, packageDeps)].map(name => [
name,
packagePath(name),
]),
),
},

Expand Down

0 comments on commit 1939328

Please sign in to comment.