From 6d8b771bdadb14d97cf3ba52f0dc9845191aa4f0 Mon Sep 17 00:00:00 2001 From: Anna Hughes Date: Thu, 6 Jun 2024 21:03:04 +0100 Subject: [PATCH] Format lint (#949) --- .github/dependabot.yml | 12 +- .github/pull_request_template.md | 1 + .../workflows/create-dependabot-issues.yml | 2 +- README.md | 2 +- components/cards/CourseCard.tsx | 10 +- components/common/ContentUnavailable.tsx | 5 +- components/common/ImageTextColumn.tsx | 5 +- components/common/ImageTextGrid.tsx | 5 +- components/forms/ApplyCodeForm.tsx | 2 +- components/layout/Consent.tsx | 5 +- components/layout/Footer.tsx | 383 +++++++++--------- components/layout/Header.tsx | 5 +- components/layout/HomeHeader.tsx | 5 +- components/layout/LanguageMenu.tsx | 2 +- components/layout/PartnerAdminHeader.tsx | 5 +- components/layout/PartnerHeader.tsx | 10 +- components/layout/SecondaryNav.tsx | 5 +- components/layout/TopBar.tsx | 93 +++-- components/storyblok/StoryblokFaqs.tsx | 5 +- .../storyblok/StoryblokTeamMemberCard.tsx | 5 +- constants/events.ts | 2 +- constants/partners.ts | 2 +- cypress/integration/create-user.es.cy.tsx | 4 +- cypress/support/commands.js | 4 +- guards/superAdminGuard.tsx | 7 +- guards/therapyAccessGuard.tsx | 7 +- messages/shared/de.json | 4 +- messages/shared/en.json | 4 +- messages/shared/es.json | 6 +- messages/shared/fr.json | 6 +- messages/shared/hi.json | 4 +- messages/shared/pt.json | 4 +- pages/_document.tsx | 4 +- pages/account/apply-a-code.tsx | 5 +- pages/auth/login.tsx | 54 +-- pages/auth/register.tsx | 93 +++-- pages/therapy/book-session.tsx | 5 +- pages/therapy/confirmed-session.tsx | 5 +- scripts/checkTranlation.js | 51 +-- 39 files changed, 435 insertions(+), 403 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c17b4036..31ec51488 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,10 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'npm' # See documentation for possible values + directory: '/' # Location of package manifests schedule: - interval: "weekly" - time: "09:00" - timezone: "Europe/London" - target-branch: "develop" + interval: 'weekly' + time: '09:00' + timezone: 'Europe/London' + target-branch: 'develop' diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 76ceb4cb9..a34818a82 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,7 @@ ### Why did you make the changes? ### Did you run tests? +