From bae18749bf96d8cc34592aa6dd271b7c1fd6dbfb Mon Sep 17 00:00:00 2001 From: Filip Masar Date: Thu, 17 Oct 2024 22:36:43 +0200 Subject: [PATCH] fix tests tsconfig path in eslint --- .eslintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index befef970..f9368374 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,8 +7,7 @@ }, "project": [ "./tsconfig.json", - "./test/unit/tsconfig.json", - "./test/integration/tsconfig.json" + "./test/tsconfig.json", ] }, "extends": ["oceanprotocol", "plugin:prettier/recommended"],