Skip to content

Commit ac1fb6f

Browse files
author
Mauricio Siu
committed
chore: remove eslint configuration from Next.js config
1 parent b3168f7 commit ac1fb6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/dokploy/next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
/** @type {import("next").NextConfig} */
77
const nextConfig = {
88
reactStrictMode: true,
9-
eslint: {
10-
ignoreDuringBuilds: true,
11-
},
129
typescript: {
1310
ignoreBuildErrors: true,
1411
},

0 commit comments

Comments
 (0)