Skip to content

Typescript-specific rules should be used instead of normal eslint rules #154

Closed
@paibamboo

Description

@paibamboo

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions