Skip to content

Commit c5eae0b

Browse files
shehabeldeenibrahimAli Abdelfattah
and
Ali Abdelfattah
authored
Update InstabugSample/.prettierrc.js
Co-authored-by: Ali Abdelfattah <[email protected]>
1 parent 909865d commit c5eae0b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

InstabugSample/.prettierrc.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module.exports = {
2-
bracketSpacing: false,
3-
jsxBracketSameLine: true,
4-
singleQuote: true,
5-
trailingComma: 'all',
6-
arrowParens: 'avoid',
2+
arrowParens : 'avoid',
3+
bracketSameLine : true,
4+
printWidth : 100,
5+
singleQuote : true,
6+
trailingComma : 'all',
77
};
8+

0 commit comments

Comments
 (0)