-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! β¨Please, send in a PR to resolve this! β¨type: bugSomething isn't workingSomething isn't working
Description
π Bug Report
tslint-to-eslint-config
version: 2.0.0- ESLint version: N/A
- Node version: N/A
Actual Behavior
β Could not start tslint-to-eslint: β
Command failed: tslint --print-config "./tslint.json"
/bin/sh: tslint: command not found
Expected Behavior
β Could not start tslint-to-eslint: β
The 'tslint' command was not found. Either install it globally or add it as a devDependency of this repository.
Reproduction
Per @kumaresan-subramani's info in #823:
git clone https://github.com/kumaresan-subramani/ESlint-tester
cd ESlint-tester
npx tslint-to-eslint-config
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 π .
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! β¨Please, send in a PR to resolve this! β¨type: bugSomething isn't workingSomething isn't working