Update prettier and reformat source code

This commit is contained in:
Nicolas Gallagher
2022-07-03 17:37:19 -07:00
parent c8f6db8bfc
commit 174b8f505a
162 changed files with 2950 additions and 1370 deletions
@@ -11,7 +11,10 @@ const getDirectories = (source) =>
const packagesDir = path.join(__dirname, '../packages/');
const exportsDir = path.join(packagesDir, 'react-native-web/src/exports');
const moduleMapOutfile = path.join(packagesDir, 'babel-plugin-react-native-web/src/moduleMap.js');
const moduleMapOutfile = path.join(
packagesDir,
'babel-plugin-react-native-web/src/moduleMap.js'
);
const moduleMap = getDirectories(exportsDir).reduce((acc, curr) => {
acc[curr] = true;