remove prettier

This commit is contained in:
Oleg Proskurin 2025-12-15 00:34:54 +07:00
parent 59874d9437
commit ce705efd10
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
eslint: {
ignoreDuringBuilds: true,
},
};
export default nextConfig;