Skip to content

Commit

Permalink
Explicitly set arrowParens for Prettier (#6110)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Oct 28, 2020
1 parent 139f25b commit 0e8beb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 0e8beb1

Please sign in to comment.