mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-14 10:30:34 +03:00
Disabled ESLint during builds
This commit is contained in:
parent
978045b36b
commit
a5d573095f
|
@ -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