chore: remove flat config file (ESLint v8 compatibility)
This commit is contained in:
@@ -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,
|
|
||||||
];
|
|
||||||
Reference in New Issue
Block a user