Skip to content

Commit

Permalink
Merge pull request #10 from quinnkeast/tw/prettier
Browse files Browse the repository at this point in the history
Add prettier configuration
  • Loading branch information
quinnkeast authored Jul 18, 2023
2 parents 99695bc + 712245f commit 430ec04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}

1 comment on commit 430ec04

@vercel
Copy link

@vercel vercel bot commented on 430ec04 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.