innercontext/frontend/src
Piotr Oleszczyk 098b158b75 feat(frontend): add ESLint and Prettier with Svelte support
- Install eslint, prettier and related plugins
- Add lint and format npm scripts
- Configure eslint.config.js with Svelte + TypeScript rules
- Configure .prettierrc with Svelte plugin
- Fix code to comply with lint rules:
  - Use resolve() for navigation links
  - Use SvelteMap for reactive maps
  - Use writable  instead of  +
  - Remove unused imports and variables

Note: ignoreGoto is set to true due to eslint-plugin-svelte#1327
2026-03-03 01:21:50 +01:00
..
lib feat(routines): add minimize_products option for batch suggestions 2026-03-03 00:50:49 +01:00
routes feat(frontend): add ESLint and Prettier with Svelte support 2026-03-03 01:21:50 +01:00
app.css feat: add API client, types, layout, and all page routes 2026-02-26 20:45:54 +01:00
app.d.ts feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
app.html feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
hooks.server.ts feat(frontend): add PL/EN i18n using @inlang/paraglide-js v2 2026-03-01 13:20:34 +01:00