Skip to content

Commit c5a6ccd

Browse files
committed
prettier: don't add extra parens to single arguments
1 parent 1ea199d commit c5a6ccd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"trailingComma": "es5",
33
"tabWidth": 2,
44
"semi": true,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"arrowParens": "avoid"
67
}

0 commit comments

Comments
 (0)