Skip to content

Commit

Permalink
Prettier trailingComma: 'es5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jblz authored May 16, 2023
1 parent 95e4a7b commit 628ef5f
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,6 +6,6 @@ module.exports = {
printWidth: 100,
semi: true,
singleQuote: true,
trailingComma: 'all',
trailingComma: 'es5',
useTabs: true,
};

0 comments on commit 628ef5f

Please sign in to comment.