Skip to content

Commit 3fdfb06

Browse files
committed
fix: remove deprecated eslint config
1 parent b47cb12 commit 3fdfb06

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

next.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ const nextConfig = {
33
images: {
44
unoptimized: true,
55
},
6-
eslint: {
7-
// Warning: This allows production builds to successfully complete even if
8-
// your project has ESLint errors.
9-
ignoreDuringBuilds: true,
10-
},
116
typescript: {
127
// !! WARN !!
138
// Dangerously allow production builds to successfully complete even if

0 commit comments

Comments
 (0)