Skip to content

Commit

Permalink
fix: enable trailing comma (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Mar 26, 2020
1 parent a21db94 commit 6518f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
@@ -1,5 +1,6 @@
{
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}

0 comments on commit 6518f58

Please sign in to comment.