Skip to content

Commit 192f4e9

Browse files
committed
fix: set trailing comma to es5 in prettier config
1 parent b35cf6f commit 192f4e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"singleQuote": true
2+
"singleQuote": true,
3+
"trailingComma": "es5"
34
}

0 commit comments

Comments
 (0)