Skip to content
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

make typescript peer dependency optional #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nilzona
Copy link

@nilzona nilzona commented Sep 17, 2022

This will eliminate warnings of missing peer dependencies when libraries like e.g. eslint-plugin-jest are used in a non typescript project.

 WARN  Issues with peer dependencies found
└─┬ eslint-plugin-jest 27.0.4
  └─┬ @typescript-eslint/utils 5.37.0
    └─┬ @typescript-eslint/typescript-estree 5.37.0
      └─┬ tsutils 3.21.0
        └── ✕ missing peer typescript@">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
Peer dependencies that should be installed:
  typescript@>=2.8.0  

resolves #143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make peerDependency on typescript optional
1 participant