We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99de233 commit eacf75cCopy full SHA for eacf75c
next.config.js
@@ -1,2 +1,6 @@
1
// next.config.js
2
-module.exports = {}
+module.exports = {
3
+ eslint: {
4
+ ignoreDuringBuilds: true,
5
+ },
6
+}
0 commit comments