typescript-eslint / tslint-to-eslint-config

Converts your TSLint configuration to the closest possible ESLint equivalent. πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory for tslint.json with 2.7.0

KyDenZ opened this issue Β· comments

πŸ› Bug Report

  • tslint-to-eslint-config version: 2.7.0
  • ESLint version: N/A
  • Node version: 12.6.3

Actual Behavior

Tslint file not found with 2.7.0 version

Expected Behavior

I tested with version 2.6.0 it works

Reproduction

install tslint-to-eslint-config with 2.7.0 version, create a tslint.json file, run the command

Well, darn. Sorry about this @KyDenZ, and thank you for filing an issue on tslint-to-eslint-config!

I'll post more details in angular-eslint/angular-eslint#571; in the meantime, I've released a 2.9.0 version that should have the two suspicious changes from 2.7.0 reverted.

fyi @JamesHenry