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