chore: remove unneeded prettier config (#10885)

This commit is contained in:
Amr Bashir 2024-09-04 04:59:41 +03:00 committed by GitHub
parent 0899e50831
commit 0c46e48860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"overrides": [
{ "files": [".changes/**.md"], "options": { "singleQuote": false } }
]
"trailingComma": "none"
}