Skip to content

Commit 1acf113

Browse files
committed
Fix trailing commas in Prettier.
Default value changed from `es5` to `all` in Prettier v3.0.0.
1 parent f013637 commit 1acf113

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.prettierrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"printWidth": 160,
33
"tabWidth": 4,
44
"useTabs": true,
5-
"endOfLine": "crlf"
6-
}
5+
"endOfLine": "crlf",
6+
"trailingComma": "es5"
7+
}

0 commit comments

Comments
 (0)