Skip to content

Commit

Permalink
chore(example/react_native_windows): convert prettier config to json …
Browse files Browse the repository at this point in the history
…and run fix
  • Loading branch information
marcalexiei committed Mar 2, 2024
1 parent 2ec6377 commit f408e80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 0 additions & 6 deletions example/react_native_windows/.prettierrc.js

This file was deleted.

7 changes: 7 additions & 0 deletions example/react_native_windows/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/prettierrc.json",
"bracketSpacing": false,
"bracketSameLine": true,
"singleQuote": true,
"trailingComma": "all"
}
3 changes: 1 addition & 2 deletions example/react_native_windows/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ function Content() {
<SafeAreaView>
<ScrollView
contentInsetAdjustmentBehavior="automatic"
style={styles.scrollView}
>
style={styles.scrollView}>
<View style={styles.body}>
<View style={styles.sectionContainer}>
<Text style={styles.sectionTitle}>{t('hello')}</Text>
Expand Down

0 comments on commit f408e80

Please sign in to comment.