Spaces:
Running
Running
Remove unsupported eslint config from next.config.ts for Next.js 16
Browse files- next.config.ts +0 -5
next.config.ts
CHANGED
|
@@ -3,11 +3,6 @@ import type { NextConfig } from "next";
|
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
transpilePackages: ['@lobehub/icons'],
|
| 5 |
output: 'standalone',
|
| 6 |
-
eslint: {
|
| 7 |
-
// Pre-existing ESLint errors in hf-client.ts, GoogleSlidesToolbar.tsx etc.
|
| 8 |
-
// These should be fixed separately from the template refactoring
|
| 9 |
-
ignoreDuringBuilds: true,
|
| 10 |
-
},
|
| 11 |
};
|
| 12 |
|
| 13 |
export default nextConfig;
|
|
|
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
transpilePackages: ['@lobehub/icons'],
|
| 5 |
output: 'standalone',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
};
|
| 7 |
|
| 8 |
export default nextConfig;
|