Skip to content

Commit c1f0d1e

Browse files
feat: adds .prettierrc (#310)
* adds .prettierrc * Update .prettierrc Co-authored-by: Nick Taylor <[email protected]> --------- Co-authored-by: Nick Taylor <[email protected]>
1 parent 83c2415 commit c1f0d1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.prettierrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"singleQuote": false
5+
}

0 commit comments

Comments
 (0)