nest-trpc-prisma-starter/apps/web/eslint.config.js
2024-04-26 02:12:44 +08:00

9 lines
169 B
JavaScript

import nextConfig from 'next/core-web-vitals'
/** @type {import('typescript-eslint').Config} */
export default [
{
ignores: [".next/**"],
},
...nextConfig,
];