eslint-import-resolver-typescript
eslint-import-resolver-typescript copied to clipboard
This plugin adds `TypeScript` support to `eslint-plugin-import`
Hi! I'm wondering if the resolver currently or plans on supporting `project: true` like https://typescript-eslint.io/packages/parser/#project ? As well as plans to support `useProjectService` once out of experimental phase (currently experimental...
fixes #253 (corrects the aliased npm install command) fixes #281
> eslint-plugin-i is now eslint-plugin-import-x But this project's readme still suggests using `eslint-plugin-i`
Hello, We are working on migrating ESLint to the 9 version. We updated it and also installed the latest Typescript ESLint plugin version, but it is not clear to us...
Hi, I'm just setting up a new monorepo project based on TS 5.5. It seems `eslint-import-resolver-typescript` does not support its new syntax. // This tsconfig.json **works** ```json { "compilerOptions": {...
After updating `eslint-import-resolver-typescript` version `3.9.0` to `4.3.4`, my Windows machine starts to report `import/no-unresolved` errors for two imports. Other imports work fine. All imports work fine on Mac and Linux....
All major bundlers have a `resolve` configuration, for example: - https://vite.dev/config/shared-options.html#resolve-alias - https://webpack.js.org/configuration/resolve/#resolve - https://rspack.dev/config/resolve We can read users' config file and get the normalized `resolve` config to align ESLint's...
It was not clear for any default value of options except these four: https://github.com/import-js/eslint-import-resolver-typescript?tab=readme-ov-file#options-from-unrs-resolver It took me some time to reed through codes to find out that `alwaysTryTypes` is `true`...
I am using a standard Vite + TypeScript setup which uses the "Solution Style" configuration (a root `tsconfig.json` that references `tsconfig.app.json` and `tsconfig.node.json`). According to the [[README](https://www.npmjs.com/package/eslint-import-resolver-typescript)](https://www.npmjs.com/package/eslint-import-resolver-typescript), using an array...