Skip to content

Commit 266f9af

Browse files
committed
Restore prettier 1.0 format
1 parent 4050e00 commit 266f9af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"printWidth": 120,
33
"semi": true,
4-
"singleQuote": true
4+
"singleQuote": true,
5+
"trailingComma": "none",
6+
"arrowParens": "avoid"
57
}

0 commit comments

Comments
 (0)