Closed
Description
π Bug Report
tslint-to-eslint-config
version: 1.0.0-beta- ESLint version: N/A
- Node version: N/A
Actual Behavior
Ξ» npx tslint-to-eslint-config --prettier
οΈ
β 1 error running tslint-to-eslint: β
Error: --comment requires file path globs to be passed.
at Object.<anonymous> (C:\Code\tslint-to-eslint-config\src\comments\convertComments.js:6:14)
Expected Behavior
If --comment
isn't provided, don't ask for it.
Reproduction
npx tslint-to-eslint-config
in any repository.