From b71c566c0840eee72d1bce913337ec350e2f43e4 Mon Sep 17 00:00:00 2001 From: ocavue Date: Sat, 12 Oct 2024 09:35:44 +1100 Subject: [PATCH] fix: pass correct resolver settings to eslint-plugin-import-x (#137) --- src/imports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imports.js b/src/imports.js index 5bcfb00..f69e662 100644 --- a/src/imports.js +++ b/src/imports.js @@ -12,7 +12,7 @@ export function imports() { import: importPlugin, }, settings: { - 'import/resolver': { + 'import-x/resolver': { // You will also need to install and configure the TypeScript resolver // See also https://github.com/import-js/eslint-import-resolver-typescript#configuration typescript: true,