Skip to content

Commit

Permalink
refactor: remove default project value of `eslint-import-resolver-p…
Browse files Browse the repository at this point in the history
…lugin`'s setting
  • Loading branch information
Tony Jiang committed Aug 19, 2024
1 parent 5f517fc commit 9eb1abc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/configs/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ export async function importConfig(options: OptionsImport = {}): Promise<TypedFl
],
},
...typescript && {
typescript: {
project: 'tsconfig.json',
...tsResolverOptions,
},
typescript: tsResolverOptions ?? true,
},
},
},
Expand Down

0 comments on commit 9eb1abc

Please sign in to comment.