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

Release Notes:

- N/A
This commit is contained in:
Rémi Bardon
2025-02-21 15:18:11 -05:00
committed by GitHub
parent f6f6980463
commit 10a6cd00e7
+1 -1
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
}