From d59e1834158c13546d15c7a2bf8a861b124e2e9b Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 20 Oct 2025 22:20:09 +0200 Subject: [PATCH] update eslint --- interface/eslint.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/eslint.config.js b/interface/eslint.config.js index 4ccfc79ac..4eca2f5e5 100644 --- a/interface/eslint.config.js +++ b/interface/eslint.config.js @@ -10,8 +10,7 @@ export default tseslint.config( { languageOptions: { parserOptions: { - project: true, - tsconfigRootDir: import.meta.dirname + project: true } } },