We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before this fix https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...master?diff=unified
eslint -f json -o report.json src work, but now: Error: Cannot find module 'typescript'
eslint -f json -o report.json src
Error: Cannot find module 'typescript'
I do not use typescript
The text was updated successfully, but these errors were encountered:
Do you get the same error on v2.21.1, or just on v2.21.0 (#1805)?
Sorry, something went wrong.
At that time there was version 2.21.0. I'll try 2.21.2
It works! Thank you!
No branches or pull requests
Before this fix
https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...master?diff=unified
eslint -f json -o report.json src
work,
but now:
Error: Cannot find module 'typescript'
I do not use typescript
The text was updated successfully, but these errors were encountered: