Skip to content

Commit

Permalink
chore: fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 28, 2021
1 parent 7332e33 commit 769f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
@@ -1,7 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"printWidth": 80,
"semi": true,
"singleQuote": true,
Expand Down

0 comments on commit 769f1cb

Please sign in to comment.