import-js / eslint-import-resolver-typescript

This plugin adds `TypeScript` support to `eslint-plugin-import`
https://www.npmjs.com/package/eslint-import-resolver-typescript
ISC License
698 stars 61 forks source link

Allow either import or import-x plugin as a peer dependency #294

Open RobinTail opened 1 week ago

RobinTail commented 1 week ago

Fixes #293

The PR marks both import and import-x plugins as optional peer dependencies, thus disables the warning on missing import when you're using import-x instead.

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: a9240b8a9ed4eac86e50f9a29199cf6d8844ca03

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------------------- | ----- | | eslint-import-resolver-typescript | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codesandbox-ci[bot] commented 1 week ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

RobinTail commented 1 week ago

The CI fails to install Node 16 🤷🏽‍♀️

RobinTail commented 6 days ago

I believe enabling corepack should go after installing Node in CI This should be fixed by: