From dd0690791c62bfb9d0e852a5ddf631e586fd1913 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Tue, 3 Oct 2023 18:11:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20support=20for=20tsconfig.e?= =?UTF-8?q?xtends=20as=20array?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/import-js/eslint-plugin-import/pull/2447 --- eslint-config/package.json | 5 +++++ package.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/eslint-config/package.json b/eslint-config/package.json index 20b4aa92..f6c18725 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -30,6 +30,11 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1" }, + "overrides": { + "eslint-plugin-import": { + "tsconfig-paths": "^4.2.0" + } + }, "peerDependencies": { "prettier": "^3.0.3" }, diff --git a/package.json b/package.json index 835a85e7..efc8aa4e 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,10 @@ "@dudeofawesome/code-style": "^1.0.0", "@types/eslint": "^8.44.2", "@types/node": "^20.6.3" + }, + "overrides": { + "eslint-plugin-import": { + "tsconfig-paths": "^4.2.0" + } } }