Skip to content

replace deprecated no-triple-slash-reference with triple-slash-reference #241

Closed
@ThangHuuVu

Description

@ThangHuuVu

🐛 Bug Report

  • tslint-to-eslint-config version: 0.2.8
  • ESLint version: 6.5.1
  • Node version: 10.16.3

Actual Behavior

TSLint no-reference is being converted to
"@typescript-eslint/no-triple-slash-reference"

Expected Behavior

TSLint no-reference should be converted to
"@typescript-eslint/triple-slash-reference"

Reproduction

tslint.json file:

{
  "rules": [
    ...,
    "no-reference": true,
    ...
}

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions