We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3489df2 commit 2f6a461Copy full SHA for 2f6a461
local-cli/util/Config.js
@@ -19,7 +19,7 @@ const path = require('path');
19
20
const {Config: MetroConfig} = require('metro');
21
22
-const blacklist = require('metro/src/blacklist')
+const blacklist = require('metro/src/blacklist');
23
24
const RN_CLI_CONFIG = 'rn-cli.config.js';
25
@@ -60,7 +60,7 @@ const getProjectRoots = () => {
60
61
const getBlacklistRE = () => {
62
return blacklist([/.*\/__fixtures__\/.*/])
63
-}
+};
64
65
/**
66
* Module capable of getting the configuration out of a given file.
0 commit comments