Initial import

This commit is contained in:
Max Schmidt
2023-05-13 16:38:56 +02:00
committed by 3wc
commit dffe6fdee3
44 changed files with 12435 additions and 0 deletions

11
astro/.prettierrc Normal file
View File

@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}