Skip to content

Commit

Permalink
chore: remove "trailingComma": "all" from Prettier config as it's alr…
Browse files Browse the repository at this point in the history
…eady the default (#2620)
  • Loading branch information
wojtekmaj authored Feb 7, 2024
1 parent fb4ce48 commit c18736b
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,4 +1,3 @@
{
"singleQuote": true,
"trailingComma": "all"
"singleQuote": true
}

0 comments on commit c18736b

Please sign in to comment.