-
Notifications
You must be signed in to change notification settings - Fork 101
Unclear error message when tslint command is not found #836
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
Comments
@JoshuaKGoldberg , did you find anything regarding this |
@kumaresan-subramani yup, it should have been resolved in #837. Are you still experiencing it with the latest 2.0.1 version? |
yes brother, same issue latest too |
Okie, I'll take a look. To be clear, this issue is reporting that the error message is unclear. The resolution you the consumer will need to do is in the new proposed error message: either install the |
i think below is an issue cause while using But works fine when i initialize ES0lint using below dochttps://eslint.org/docs/user-guide/getting-started#installation-and-usage Below file shows my required rules, i want same rules for es-lint toohttps://github.com/kumaresan-subramani/ESlint-tester/blob/main/tslint.json |
Alternatei have tried below as alternate below is my
|
i found my issue https://github.com/typescript-eslint/tslint-to-eslint-config#usage i have tslint version at 4.0.2 when i upgrade latest it wokrs fine |
π Bug Report
tslint-to-eslint-config
version: 2.0.0Actual Behavior
Expected Behavior
Reproduction
Per @kumaresan-subramani's info in #823:
I'm guessing this hasn't been reported until now because most projects that use TSLint and would want to convert to ESLint already have it as a dependency in their
package.json
.I already have a fix for it from just testing this out locally, so I'll send a PR π .
The text was updated successfully, but these errors were encountered: