Oops, wrong dir... this will probably break everything

This commit is contained in:
2025-09-24 08:28:08 -07:00
parent 684ff53ec8
commit 60e6898cf0
57 changed files with 2326 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}