From 89f17d8c1d70d8c354d275aece9ad0ce20d07c3f Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 10 Apr 2023 20:32:36 +0530 Subject: [PATCH] work --- next.config.mjs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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.