docs: Add missing comma in YAML configuration (#25351)
Release Notes: - N/A
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user