Skip to content

Commit 2783ed4

Browse files
committed
fix: fixed all the pending Lint issues
1 parent 5222f2b commit 2783ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
new RegExp(`${path.resolve(__dirname, 'windows').replace(/[/\\]/g, '/')}.*`),
2626
// This prevents "react-native run-windows" from hitting: EBUSY: resource busy or locked, open msbuild.ProjectImports.zip
2727
/.*\.ProjectImports\.zip/,
28-
]),
28+
]),
2929
blacklistRE: blacklist(
3030
modules.map((m) => new RegExp(`^${escape(path.join(root, 'node_modules', m))}\\/.*$`)),
3131
),

0 commit comments

Comments
 (0)