mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-09 22:54:53 +03:00
Disabled eslint during builds
This commit is contained in:
parent
186c1d1f37
commit
92226c6ff2
|
@ -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