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 b3584ed commit de2679aCopy full SHA for de2679a
.prettierrc.js
@@ -1,4 +1,7 @@
1
-module.exports = {
+/** @type {import('prettier').Config} */
2
+const config = {
3
singleQuote: true,
4
endOfLine: 'auto',
-};
5
+};
6
+
7
+module.exports = config;
app.config.ts
@@ -80,7 +80,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
80
'expo-localization',
81
'expo-router',
82
['app-icon-badge', appIconBadgeConfig],
83
- ["react-native-edge-to-edge"]
+ ['react-native-edge-to-edge'],
84
],
85
extra: {
86
...ClientEnv,
0 commit comments