From 637ee5558d8fd6584a2e0c3df2d77de21c4f5dd7 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Thu, 26 Dec 2024 20:05:06 +0900 Subject: [PATCH] chore(eslint): simplify settings 'import/resolver' --- eslint.config.mjs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 632e64d1b1..5fac2fbcf2 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -47,10 +47,7 @@ export default tseslint.config( '@typescript-eslint/parser': ['.ts', '.tsx'], }, 'import/resolver': { - typescript: { - alwaysTryTypes: true, - project: 'tsconfig.json', - }, + typescript: true, }, }, rules: {