diff --git a/eslint.config.js b/eslint.config.js deleted file mode 100644 index 9067198..0000000 --- a/eslint.config.js +++ /dev/null @@ -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, -];