Skip to content

Commit 712e3ae

Browse files
committed
chore: added prettier config to help keep ide's with prettier is same coding style
1 parent b2f0c3a commit 712e3ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"trailingComma": "none",
3+
"singleQuote": true
4+
}

0 commit comments

Comments
 (0)