Closed
Description
🐛 Bug Report
tslint-to-eslint-config
version: 0.2.4- ESLint version: None
- Node version: 10.10.0
Actual Behavior
member-ordering
and no-empty-function
are included in eslintrc.js
instead of @typescript-eslint/member-ordering
and @typescript-eslint/no-empty-function
Expected Behavior
@typescript-eslint/member-ordering
and @typescript-eslint/no-empty-function
should be used instead of member-ordering
and no-empty-function
respectively. Since people who are using this cli are using typescript anyway. It makes sense to use rules that handle typescript specific code.
Reproduction
- Clone this repo.
- Go to project dir
- Run
npm install
- Run
npx tslint-to-eslint-config