Skip to content

Commit

Permalink
Update bin/expo-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Jan 24, 2025
1 parent ca81b51 commit 67a1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/expo-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (!isPlainObject(appJson) || !isPlainObject(appJson.expo)) {
// Install Prettier to format `app.config.ts`, colocated in this script for
// easier removal
//
// TODO: Remove if `create-expo-app` creates `app.config.ts` in future:
// TODO: Remove this if `create-expo-app` generates `app.config.ts` in future
// - https://github.com/expo/expo/issues/34357
await promisify(exec)('pnpm add --save-dev prettier');
const { format } = await import('prettier');
Expand Down

0 comments on commit 67a1833

Please sign in to comment.