Closed
Description
🐛 Bug Report
tslint-to-eslint-config
version: 1.0.0-beta1- ESLint version: 7.0.0
- Node version: 14.2.0
Actual Behavior
When I run npx tslint-to-eslint-config
I get the following output:
Cannot find module '../creation/pruning/removeExtendsDuplicatedRules'
Require stack:
- /home/rlashof/.npm/_npx/14458/lib/node_modules/tslint-to-eslint-config/src/cli/main.js
- /home/rlashof/.npm/_npx/14458/lib/node_modules/tslint-to-eslint-config/bin/tslint-to-eslint-config
When I install the package manually with npm install tslint-to-eslint-config
and then go look at the src it looks like the filename is incorrect, I see this (notice capital U "DUplicates): removeExtendsDUplicatedRules.js
Expected Behavior
running npx tslint-to-eslint-config
works without errors
Reproduction
https://github.com/RLashofRegas/RobinLashofRegas.com/tree/upgrade-angular-again
Metadata
Metadata
Assignees
Labels
No labels