import next from 'eslint-config-next'; export default [ { ignores: [ '.next', 'out', 'build', 'next-env.d.ts', 'src/app/test-api/**', ], }, ...next, ];