mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 05:40:20 +03:00
Disabled eslint during builds
This commit is contained in:
parent
186c1d1f37
commit
92226c6ff2
|
@ -18,6 +18,9 @@ const nextConfig = withMDX({
|
|||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
})
|
||||
|
||||
export default nextConfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user