Skip to content

Commit 261f1af

Browse files
committed
Ignore Eslint errors
1 parent 5895a26 commit 261f1af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

next.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
swcMinify: true
4+
swcMinify: true,
5+
eslint: {
6+
// Warning: This allows production builds to successfully complete even if
7+
// your project has ESLint errors.
8+
ignoreDuringBuilds: true
9+
}
510
}
611

712
module.exports = nextConfig

0 commit comments

Comments
 (0)