Skip to content

Commit eacf75c

Browse files
ignoreDuringBuilds eslint in next.config.js.
1 parent 99de233 commit eacf75c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
// next.config.js
2-
module.exports = {}
2+
module.exports = {
3+
eslint: {
4+
ignoreDuringBuilds: true,
5+
},
6+
}

0 commit comments

Comments
 (0)