Skip to content

Commit

Permalink
chore: remove defaulted trailingComma from prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Nov 6, 2023
1 parent 35d61f1 commit dfb5dea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"space": true
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true
},
"release": {
"branches": [
Expand Down

0 comments on commit dfb5dea

Please sign in to comment.