Skip to content

Commit a9523dd

Browse files
committed
Add prettier config
1 parent 416dc0b commit a9523dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"printWidth": 100,
3+
"quoteProps": "as-needed",
4+
"trailingComma": "all",
5+
"tabWidth": 2
6+
}

0 commit comments

Comments
 (0)