diff --git a/.eslintrc.js b/.eslintrc.js index 58af0cb3..04e5896f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,14 +4,6 @@ module.exports = { project: ['./tsconfig.json'], }, root: true, - rules: { - 'import/no-extraneous-dependencies': [ - 'warn', - { - devDependencies: ['**/setupTests.ts'], - }, - ], - }, settings: { next: { rootDir: ['apps/*/'],