From ae06b845da9efc3ced919fd13da07fff8127d22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20J=C3=A4derberg?= Date: Wed, 7 Jan 2026 07:26:30 +0000 Subject: [PATCH] Merged in chore/remove-eslint-from-config (pull request #3388) remove deprecated 'eslint' from next.config.ts * remove deprecated 'eslint' from next.config.ts Approved-by: Linus Flood --- apps/scandic-web/next.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/scandic-web/next.config.ts b/apps/scandic-web/next.config.ts index 2bca05238..7a05d0ae2 100644 --- a/apps/scandic-web/next.config.ts +++ b/apps/scandic-web/next.config.ts @@ -30,7 +30,6 @@ const nextConfig = { GIT_SHA: process.env.COMMIT_REF || "", }, poweredByHeader: false, - eslint: { ignoreDuringBuilds: true }, trailingSlash: false, transpilePackages: [ "@scandic-hotels/common",