Skip to content

Commit

Permalink
chore: ensure astro files formatted with astro parser
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Apr 30, 2024
1 parent 0be634e commit 865dbc2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"singleQuote": true,
"trailingComma": "none",
"plugins": ["prettier-plugin-astro"]
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}

0 comments on commit 865dbc2

Please sign in to comment.