mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix: format template location following prettier rules (#36651)
This commit is contained in:
@@ -15,7 +15,12 @@ const checkForGitChanges = require('./check-for-git-changes');
|
||||
const forEachPackage = require('./for-each-package');
|
||||
|
||||
const ROOT_LOCATION = path.join(__dirname, '..', '..');
|
||||
const TEMPLATE_LOCATION = path.join(ROOT_LOCATION, 'packages/react-native/template');
|
||||
const TEMPLATE_LOCATION = path.join(
|
||||
ROOT_LOCATION,
|
||||
'packages',
|
||||
'react-native',
|
||||
'template',
|
||||
);
|
||||
|
||||
const readJSONFile = pathToFile => JSON.parse(readFileSync(pathToFile));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user