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