Skip to content

Commit b67389c

Browse files
clemlatzsarah11918
andauthored
fix: remove invalid trailing comma in prettier config example (#406)
Co-authored-by: Sarah Rainsberger <[email protected]>
1 parent 31b4d35 commit b67389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/tips/prettier.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Next, update your [Prettier config](https://prettier.io/docs/en/configuration) i
3737
{
3838
"files": "*.astro",
3939
"options": {
40-
"parser": "astro",
40+
"parser": "astro"
4141
}
4242
}
4343
]

0 commit comments

Comments
 (0)