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
This commit is contained in:
Joakim Jäderberg
2026-01-07 07:26:30 +00:00
parent 028c77c923
commit ae06b845da

View File

@@ -30,7 +30,6 @@ const nextConfig = {
GIT_SHA: process.env.COMMIT_REF || "", GIT_SHA: process.env.COMMIT_REF || "",
}, },
poweredByHeader: false, poweredByHeader: false,
eslint: { ignoreDuringBuilds: true },
trailingSlash: false, trailingSlash: false,
transpilePackages: [ transpilePackages: [
"@scandic-hotels/common", "@scandic-hotels/common",