Skip to content

Commit

Permalink
Update Prettier config for Prettier v2
Browse files Browse the repository at this point in the history
Update the configuration so that it matches our other repos and is as
close as possible with Prettier v2.x to Prettier v1.x output.
  • Loading branch information
robertknight committed Mar 30, 2020
1 parent 16cef8d commit 2fee444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"trailingComma": "es5"
"arrowParens": "avoid",
"singleQuote": true
}

0 comments on commit 2fee444

Please sign in to comment.