From 979264e0480084665a24ffbe26cf7fb2aa90c0f4 Mon Sep 17 00:00:00 2001 From: Qin Guan Date: Mon, 31 Oct 2022 00:12:49 +0800 Subject: [PATCH] Revert "chore: disable eslint during builds" This reverts commit b3016c638c87a1e374c812186321d11a62aa6732. --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 4c7c724..52e300f 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,4 @@ module.exports = { reactStrictMode: true, swcMinify: true, - eslint: { - ignoreDuringBuilds: true, - }, }