From 1b7e8ea9bd89ec21f8455313751c21aa9f43d048 Mon Sep 17 00:00:00 2001 From: Quentin Le Caignec Date: Thu, 12 Oct 2023 16:49:15 +0200 Subject: [PATCH] fix: tests --- .eslintrc.js | 8 -------- 1 file changed, 8 deletions(-) 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/*/'],