Updated today at 08:58

Commit: 3335f1b Show on GitHub

  • Author: Alia Taher
  • Date: 4/2/2026, 9:34:54 AM
  • Message: Merge pull request #153 from fdnd-agency/feature/setup-eslint chore: setup eslint with svelte plugin #146
  • Stats: 525 total changes (+374 / -151)

Changed Files

  • eslint.config.js — +29 / -0 (29 changes)
  • package-lock.json — +304 / -0 (304 changes)
  • package.json — +3 / -0 (3 changes)
  • src/lib/components/atoms/Label.svelte — +2 / -2 (4 changes)
  • src/lib/components/molecules/InformationCard.svelte — +1 / -1 (2 changes)
  • src/lib/components/molecules/QuizBox.svelte — +1 / -1 (2 changes)
  • src/lib/components/organisms/ContactForm.svelte — +12 / -7 (19 changes)
  • src/lib/components/organisms/LocationSection.svelte — +3 / -24 (27 changes)
  • src/lib/components/organisms/Nav.svelte — +9 / -4 (13 changes)
  • src/routes/+error.svelte — +1 / -24 (25 changes)
  • src/routes/about-us/+page.svelte — +6 / -17 (23 changes)
  • src/routes/contact/+page.svelte — +1 / -23 (24 changes)
  • src/routes/help-others/+page.svelte — +1 / -24 (25 changes)
  • src/routes/proof-tips/+page.svelte — +1 / -24 (25 changes)