Skip to content

Commit ffda477

Browse files
committed
update prettier settings
1 parent b395920 commit ffda477

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": 80,
33
"singleQuote": true,
4-
"tabWidth": 2
4+
"tabWidth": 2,
5+
"arrowParens": "avoid",
6+
"trailingComma": "none"
57
}

0 commit comments

Comments
 (0)