Skip to content

Commit

Permalink
chore: remove trailingComma option from .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
beholdr committed Jun 29, 2024
1 parent 6af49ec commit f921a7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"singleQuote": true
}

0 comments on commit f921a7d

Please sign in to comment.