mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
disable eslint in build mode bc it's annoying
This commit is contained in:
parent
d7d4828871
commit
50b2519bb8
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
const nextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Reference in a new issue