Skip to content

Commit 1ff10aa

Browse files
committed
prettier: enable dangling commas
1 parent 4cdfa15 commit 1ff10aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"printWidth": 120
2+
"printWidth": 120,
3+
"trailingComma": "all"
34
}

0 commit comments

Comments
 (0)