After updating eslint-import-resolver-typescript
version 3.9.0
to 4.3.4
, the following regression appears.
NOTE: This bug appears only on Windows. This works fine on Mac and Linux.
- Install
yarn
and runyarn install
(correct yarn version included in repo) - Run
yarn eslint
- This will produce two
import/no-unresolved
errors, foreslint/config
andtypescript-eslint
. - The same error will appear in
eslint.config.js
andindex.ts
to demonstrate it appears outside ESLint config file.
Environment:
- OS: Windows 11
- NodeJS: 22.11.0
- Yarn: 4.9.1