From a6a28630ac5fa624ebeaf833c574080ad4fe10b9 Mon Sep 17 00:00:00 2001 From: Lukas Prochazka Date: Fri, 24 Jan 2025 17:19:14 +0100 Subject: [PATCH] Remove .trim --- bin/expo-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expo-setup.js b/bin/expo-setup.js index 6a0b3e1..05dad77 100644 --- a/bin/expo-setup.js +++ b/bin/expo-setup.js @@ -39,7 +39,7 @@ await writeFile( const config: ExpoConfig = ${JSON.stringify(appJson.expo, null, 2)}; -export default config;`.trim(), +export default config;`, { parser: 'typescript', singleQuote: true,