Skip to content

Commit 4a08254

Browse files
committed
chore: add prettier config
1 parent b559817 commit 4a08254

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

0 commit comments

Comments
 (0)