generated from autonomic-cooperative/astro-payload-template
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
|
{
|
||
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.astro",
|
||
|
"options": {
|
||
|
"parser": "astro"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|