chore: remove flat config file (ESLint v8 compatibility)
Pull Request / unit-tests (pull_request) Failing after 54s
Pull Request / acceptance-tests (pull_request) Has been skipped
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-04-01 12:59:07 -07:00
parent 96a7454d2f
commit c993852147
-14
View File
@@ -1,14 +0,0 @@
import next from 'eslint-config-next';
export default [
{
ignores: [
'.next',
'out',
'build',
'next-env.d.ts',
'src/app/test-api/**',
],
},
...next,
];