Proposal to turn off eslint during 'yarn / next build' (#4027)

This commit is contained in:
Alex van Andel
2022-08-30 13:50:34 +02:00
committed by GitHub
parent fdc8a839b4
commit 0bd8c23be7
+3
View File
@@ -78,6 +78,9 @@ plugins.push(withAxiom);
/** @type {import("next").NextConfig} */
const nextConfig = {
i18n,
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
images: {
unoptimized: true,