From 50486ead7e7b87af8f2719671469883e56a1dcb3 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Mon, 23 Dec 2024 07:56:15 +0100 Subject: [PATCH] fix: run prettier over the codebase (#4701) * fix: run prettier over the codebase * fix: lint staged was running on all files and not on staged files --- .github/ISSUE_TEMPLATE/bug-report.md | 12 ++- .github/PULL_REQUEST_TEMPLATE.md | 7 +- .lintstagedrc.json | 4 +- .prettierignore | 5 +- apps/web/.storybook/main.ts | 57 +++++----- apps/web/README.md | 58 +++++----- .../cypress/fixtures/test-working-batch.json | 100 +++++++++--------- apps/web/docs/code-style.md | 10 +- apps/web/docs/environments.md | 18 ++-- apps/web/tsconfig.json | 31 ++---- 10 files changed, 146 insertions(+), 156 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 023c768659..98ef0205b6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create an issue to fix a bug -labels: ["bug"] +labels: ['bug'] ---