Skip to content

Commit f96c15d

Browse files
committed
printwidth improve + es5 trailing comma
1 parent 680a8db commit f96c15d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.prettierrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"singleQuote": true,
33
"tabWidth": 2,
4-
"trailingComma": "none",
5-
"printWidth": 120,
4+
"trailingComma": "es5",
5+
"printWidth": 80,
66
"arrowParens": "avoid"
77
}

0 commit comments

Comments
 (0)