Skip to content

Commit 2c0d28f

Browse files
committed
chore: fix yaml quotes
1 parent efe03fc commit 2c0d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/yaml.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function yaml(
1414

1515
const {
1616
indent = 2,
17-
quotes = "single",
17+
quotes = "double",
1818
} = typeof stylistic === "boolean" ? {} : stylistic;
1919

2020
const [

0 commit comments

Comments
 (0)