Skip to content

Commit 0c8c4cf

Browse files
committed
chore: add prettier config
1 parent 9b07104 commit 0c8c4cf

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+
'singleQuote': true,
3+
'tabWidth': 2,
4+
'trailingComma': 'es5',
5+
'useTabs': false
6+
}

0 commit comments

Comments
 (0)