mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00

* remove unused components * remove pnpm * implementation of local dev pantry setup (#689)
10 lines
303 B
Text
10 lines
303 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"pluginSearchDirs": ["./node_modules"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|