mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
Co-authored-by: Darius Cepulis <dcepulis@mux.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
|
"tailwindStylesheet": "./site/src/styles/globals.css",
|
|
"tailwindFunctions": ["clsx"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro",
|
|
"astroSkipFrontmatter": true
|
|
}
|
|
}
|
|
]
|
|
}
|