Skip to content

Commit

Permalink
fix: trailing comma config
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 14, 2023
1 parent 188aa11 commit 9f19057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.trailingComma": "all"
}
2 changes: 1 addition & 1 deletion prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"trailingComma": "es5"
"trailingComma": "all"
}

0 comments on commit 9f19057

Please sign in to comment.