docs: Add missing comma in YAML configuration (#25351)
Release Notes: - N/A
This commit is contained in:
parent
f6f6980463
commit
10a6cd00e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ You can customize the formatting behavior of Prettier. For example to use single
|
||||||
{
|
{
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": ["*.yaml", "*.yml"]
|
"files": ["*.yaml", "*.yml"],
|
||||||
"options": {
|
"options": {
|
||||||
"singleQuote": false
|
"singleQuote": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue