-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
status: accepting prsPlease, send in a PR to resolve this! β¨Please, send in a PR to resolve this! β¨type: enhancementNew feature or requestNew feature or request
Milestone
Description
π Feature Request
Following #106: if a project has explicitly set their tslint
dependency too low, they might still get the unknown option '--print-config'
complaint.
Existing Behavior
Output from npx tslint-to-eslint-config
:
β Could not start tslint-to-eslint: β
Command failed: tslint --print-config "./tslint.json"
error: unknown option `--print-config'
Change Proposal
If the error from TSLint is this very specific one, change it to:
β Could not start tslint-to-eslint: β
TSLint v5.18 required. Please update your version.
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send in a PR to resolve this! β¨Please, send in a PR to resolve this! β¨type: enhancementNew feature or requestNew feature or request