Skip to content

Commit

Permalink
prettier: enable dangling commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragory committed Feb 9, 2019
1 parent 4cdfa15 commit 1ff10aa
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,3 +1,4 @@
{
"printWidth": 120
"printWidth": 120,
"trailingComma": "all"
}

0 comments on commit 1ff10aa

Please sign in to comment.