Skip to content

Commit c5c0430

Browse files
committed
"trailingComma": "es5" is now default
1 parent 829196b commit c5c0430

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.prettierrc

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"singleQuote": true,
3-
"bracketSpacing": false,
4-
"trailingComma": "es5",
5-
"printWidth": 100
2+
"singleQuote": true,
3+
"bracketSpacing": false,
4+
"printWidth": 100
65
}

0 commit comments

Comments
 (0)