Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease authored Apr 23, 2018
1 parent d041978 commit a8d2b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"jsxBracketSameLine": true
"jsxBracketSameLine": true,
"trailingComma": "es5"
}

0 comments on commit a8d2b24

Please sign in to comment.