We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a976b commit f0a8428Copy full SHA for f0a8428
next.config.mjs
@@ -1,4 +1,9 @@
1
/** @type {import('next').NextConfig} */
2
-const nextConfig = {};
+const nextConfig = {
3
+ eslint: {
4
+ // Don't run ESLint during builds
5
+ ignoreDuringBuilds: true
6
+ }
7
+};
8
9
export default nextConfig;
0 commit comments