Skip to content

Commit facffe1

Browse files
committed
Disable strict linting for Vercel
1 parent c1642e8 commit facffe1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const nextConfig = {
55
},
66
typescript: {
77
ignoreBuildErrors: true,
8+
},
9+
eslint: {
10+
ignoreDuringBuilds: true,
811
}
912
}
1013

0 commit comments

Comments
 (0)