mirror of
https://github.com/sofiaritz/aybWeb
synced 2023-12-10 14:23:29 +00:00
7 lines
204 B
Text
7 lines
204 B
Text
{
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"useTabs": true,
|
|
"semi": false,
|
|
"printWidth": 100
|
|
}
|