Skip to content

Commit 85f1004

Browse files
committed
additional prettier config
1 parent d99dbaa commit 85f1004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"arrowParens": "avoid",
33
"semi": false,
4-
"singleQuote": true
4+
"singleQuote": true,
5+
"trailingComma": "es5"
56
}

0 commit comments

Comments
 (0)