Skip to content

Commit

Permalink
Update prettier settings for trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyec committed Mar 30, 2020
1 parent 1df3947 commit 88ea3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
singleQuote: true,
arrowParens: 'always'
arrowParens: 'always',
trailingComma: 'none'
};

0 comments on commit 88ea3ce

Please # to comment.