Skip to content

Commit 6421bf9

Browse files
fix(prettier): Use es5 compatible trailing comma setting
1 parent 5b43385 commit 6421bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"singleQuote": true,
3-
"trailingComma": "all",
3+
"trailingComma": "es5",
44
"printWidth": 120
55
}

0 commit comments

Comments
 (0)