Skip to content

Commit 36b31bb

Browse files
committed
Run prettier
1 parent cfd1ef9 commit 36b31bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/metro.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const rootNodeModules = path.join(root, "node_modules");
1414
// So we block them at the root, and alias them to the versions in example's node_modules
1515
const blacklistRE = exclusionList(
1616
peerDependencies.map(
17-
(name) => new RegExp(`^${escape(path.join(rootNodeModules, name))}\\/.*$`)
18-
)
17+
(name) => new RegExp(`^${escape(path.join(rootNodeModules, name))}\\/.*$`),
18+
),
1919
);
2020

2121
const extraNodeModules = peerDependencies.reduce((acc, name) => {

0 commit comments

Comments
 (0)