Skip to content

Commit b8a2dce

Browse files
committed
add prettier config
1 parent 4d96661 commit b8a2dce

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": 80,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"arrowParens": "always"
6+
}

0 commit comments

Comments
 (0)