4df73a5 Show on GitHub
- Author: RazanSagheer
- Date: 2/9/2026, 10:11:40 PM
- Message: feat: resolved ESLint issues in Svelte components. #242 This commit fixes multiple ESLint errors to improve code quality and SSR safety: - added missing keys to each blocks - guarded browser-specific globals like window and document - removed unused variables - updated <a> tags to use resolve() for internal navigation - configured ESLint with global definitions for browser context Part of issue #242
- Stats: 22 total changes (+15 / -7)
Changed Files
eslint.config.js— +8 / -1 (9 changes)src/lib/components/cards/ResearchArticleCard.svelte— +3 / -2 (5 changes)src/lib/components/charts/CircleGraph.svelte— +2 / -2 (4 changes)src/lib/components/layout/Sidebar.svelte— +2 / -2 (4 changes)