forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪶 Use ts-ignore-import
to lighten the dependencies
#213
Labels
Comments
@scagood You want to do a PR or should I? |
I want to PR #182 currently, as its got me a second time 😅 Could you take this one on? |
@scagood I'll do one right away 👍 |
voxpelli
added a commit
that referenced
this issue
Apr 7, 2024
voxpelli
added a commit
that referenced
this issue
Apr 7, 2024
aladdin-add
pushed a commit
that referenced
this issue
Apr 8, 2024
* chore: use `ts-ignore-import` to lighten the dependencies Fixes #213 * Fix * chore: remove `@types/eslint` from `dependencies`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following up on this comment: #169 (comment 1546863039)
We have decided that it'll be best to use voxpelli/ts-ignore-import to be able to mark all types as optional peer dependencies.
Our
peerDependencies
will then look like:The text was updated successfully, but these errors were encountered: