build: ignore ESLint during building Next.js application
This commit is contained in:
parent
8c73ec7d8e
commit
9c8a5a479d
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ const NextConfig = {
|
|||
},
|
||||
],
|
||||
},
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
};
|
||||
|
||||
const withNextra = nextra({
|
||||
|
|
Loading…
Reference in a new issue