Skip to content

Commit b405b4d

Browse files
author
gitgitWi
committed
Fix: build 중 eslint 무시하도록 next config 수정
1 parent bb80c51 commit b405b4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// eslint-disable-next-line no-undef
12
module.exports = {
23
reactStrictMode: true,
3-
}
4+
eslint: {
5+
ignoreDuringBuilds: true,
6+
},
7+
};

0 commit comments

Comments
 (0)