diff --git a/next.config.mjs b/next.config.mjs index 2321a10..b360533 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,14 +3,10 @@ * This is especially useful for Docker builds. */ !process.env.SKIP_ENV_VALIDATION && (await import("./src/env.mjs")); - + /** @type {import("next").NextConfig} */ const config = { reactStrictMode: true, - eslint: { - ignoreDuringBuilds: true, - }, - /** * If you have the "experimental: { appDir: true }" setting enabled, then you * must comment the below `i18n` config out.