Skip to content

Commit 9cbca04

Browse files
committed
Disabled running ESLint when building the project
1 parent 11bea55 commit 9cbca04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const getLocalIdentHash = (context, localIdentName, localName) =>
2222
const config = {
2323
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
2424
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
25+
eslint: {
26+
ignoreDuringBuilds: true,
27+
},
2528
images: {
2629
unoptimized: true,
2730
},

0 commit comments

Comments
 (0)