docs: Add missing comma in YAML configuration (#25351)

Release Notes:

- N/A
This commit is contained in:
Rémi Bardon 2025-02-21 21:18:11 +01:00 committed by GitHub
parent f6f6980463
commit 10a6cd00e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ You can customize the formatting behavior of Prettier. For example to use single
{
"overrides": [
{
"files": ["*.yaml", "*.yml"]
"files": ["*.yaml", "*.yml"],
"options": {
"singleQuote": false
}