mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
15 lines
229 B
Text
15 lines
229 B
Text
{
|
|
"plugins": [
|
|
"prettier-plugin-astro",
|
|
"prettier-plugin-svelte",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|