Skip to content

Commit

Permalink
chore: remove unneeded prettier config (#10885)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Sep 4, 2024
1 parent 0899e50 commit 0c46e48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"overrides": [
{ "files": [".changes/**.md"], "options": { "singleQuote": false } }
]
"trailingComma": "none"
}

0 comments on commit 0c46e48

Please sign in to comment.