Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 448

Commit 769f1cb

Browse files
committedOct 28, 2021
chore: fix prettier config
1 parent 7332e33 commit 769f1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arrowParens": "always",
33
"bracketSpacing": true,
4-
"jsxBracketSameLine": false,
4+
"bracketSameLine": false,
55
"printWidth": 80,
66
"semi": true,
77
"singleQuote": true,

0 commit comments

Comments
 (0)
Please sign in to comment.