From a03f1dc2ac25579df30e8cb59d2703110c3e564d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 22:37:41 +0000 Subject: lint: Lint and format the entire repo with the new configs --- apps/web/next.config.mjs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/web/next.config.mjs') diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index fa0757dd..041ab6b3 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -39,11 +39,7 @@ const nextConfig = withPWA({ ]; }, - transpilePackages: [ - "@hoarder/shared", - "@hoarder/db", - "@hoarder/trpc", - ], + transpilePackages: ["@hoarder/shared", "@hoarder/db", "@hoarder/trpc"], /** We already do linting and typechecking as separate tasks in CI */ eslint: { ignoreDuringBuilds: true }, -- cgit v1.2.3-70-g09d2