mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 19:10:35 +00:00
15 lines
244 B
Text
15 lines
244 B
Text
|
{
|
||
|
"useTabs": true,
|
||
|
"printWidth": 100,
|
||
|
"semi": false,
|
||
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.astro",
|
||
|
"options": {
|
||
|
"parser": "astro"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|