Skip to content

Commit db67831

Browse files
committed
Skip eslint on Next build
1 parent 30d1d44 commit db67831

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

next.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)