Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
style: πŸ’„ trailingComma on prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Feb 28, 2021
1 parent c4ec804 commit 673ef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none'
trailingComma: 'es5',
};

0 comments on commit 673ef49

Please sign in to comment.