mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 21:30:22 +03:00
Disabled ESLint during builds
This commit is contained in:
parent
e6523b6b5d
commit
6af8b1da99
|
@ -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