Files
Giancarmine SalucciandClaude Opus 4.8 630c6f36c5
Build and publish docker image / Build and push image to Gitea's registry (push) Successful in 41s
chore: fix lint — upgrade prettier plugins, format, resolve eslint errors
`npm run lint` was broken and noisy:

- prettier-plugin-svelte 3.5.2 / prettier-plugin-tailwindcss 0.6.14 crashed
  on prettier 3.8 with "getVisitorKeys is not a function". Bumped to ^4.1.1
  and ^0.8.0 (compatible with the new embed API).
- Added .prettierignore (build output, .svelte-kit, generated drizzle
  migration meta, lockfile/data) and ran prettier --write across the repo.
- Typed layout `children` as Snippet (was `any`).
- Added keys to the EXTRACTORS {#each} blocks in settings.
- Disabled svelte/no-navigation-without-resolve: the app serves from the
  domain root (no base path) and links to external URLs + raw API endpoints,
  where resolve() is unnecessary or wrong.

No runtime behaviour change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 14:54:52 +02:00
..