mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
- Upgrade Tailwind, Skeleton, SvelteKit, Vite, and supporting dependencies. - Replace removed Skeleton components with compatible local implementations. - Report pre-stream chat failures without duplicating streamed errors. - Return empty model arrays and skip malformed vendor lists. - Prevent stream completion crashes and normalize displayed error messages. - Stack toasts correctly and add warning notification support. - Restore linting, formatting, testing, and pnpm override configuration. - Preserve custom themes through Tailwind CSS-based configuration migration.
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
{
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|