We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d1d44 commit db67831Copy full SHA for db67831
next.config.js
@@ -0,0 +1,7 @@
1
+module.exports = {
2
+ eslint: {
3
+ // Warning: This allows production builds to successfully complete even if
4
+ // your project has ESLint errors.
5
+ ignoreDuringBuilds: true,
6
+ },
7
+};
0 commit comments