Closed
Description
🐛 Bug Report
tslint-to-eslint-config
version: 0.1.9- ESLint version: 6.0.1
- Node version: 12.4.0
Actual Behavior
currently nestjs framework still ships with tslint. I created a new nestjs project and run npx tslint-to-eslint-config
and got:
Could not start tslint-to-eslint:
Command failed: tslint --print-config "./tslint.json"
error: unknown option `--print-config'
Expected Behavior
eslint json file should be created
Reproduction
install the nestjs cli tool:
npm i -g @nestjs/cli
create a nestjs project:
nest new project-name
cd into the newly created project and run npx tslint-to-eslint-config