Skip to content

Commit 093ce51

Browse files
janicduplessisthymikee
authored andcommitted
chore: Update prettier config (react-native-community#379)
1 parent 809aef9 commit 093ce51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.prettierrc.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// added for Jest inline snapshots to not use default Prettier config
21
module.exports = {
2+
singleQuote: true,
3+
trailingComma: 'all',
34
bracketSpacing: false,
4-
trailingComma: "all"
5-
}
5+
jsxBracketSameLine: true,
6+
};

0 commit comments

Comments
 (0)