Closed
Description
π Bug Report
tslint-to-eslint-config
version: 2.14.0- ESLint version: n/a
- Node version: v20.2.0 (n/a)
Actual Behavior
$ npx tslint-to-eslint-config --comments
β¨ 1 rule replaced with its ESLint equivalent. β¨
β 1 ESLint rule behaves differently from its TSLint counterpart β
Check ./tslint-to-eslint-config.log for details.
β‘ 5 new packages are required for this ESLint configuration. β‘
npm install @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-prefer-arrow --save-dev
β 1 error running tslint-to-eslint: β
Error: EISDIR: illegal operation on a directory, read
Expected Behavior
Shouldn't crash.
Reproduction
mkdir cool
touch cool/index.ts
As reported by @hyperupcall in #1717.