nest-trpc-prisma-starter/apps/web/eslint.config.js

9 lines
169 B
JavaScript
Raw Permalink Normal View History

2024-04-25 18:12:44 +00:00
import nextConfig from 'next/core-web-vitals'
/** @type {import('typescript-eslint').Config} */
export default [
{
ignores: [".next/**"],
},
...nextConfig,
];