Skip to content

Commit

Permalink
feat: adds .prettierrc (#310)
Browse files Browse the repository at this point in the history
* adds .prettierrc

* Update .prettierrc

Co-authored-by: Nick Taylor <nick@nickyt.co>

---------

Co-authored-by: Nick Taylor <nick@nickyt.co>
  • Loading branch information
bdougie and nickytonline authored Aug 19, 2024
1 parent 83c2415 commit c1f0d1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": false
}

0 comments on commit c1f0d1e

Please sign in to comment.