Skip to content

no-inferrable-types converter does not convert options #668

Closed
@rami6

Description

@rami6

🐛 Bug Report

  • tslint-to-eslint-config version: 1.1.0
  • ESLint version: 7.6.0
  • Node version: 13.13.0

Sample TSLint config

"no-inferrable-types": [
  true,
  "ignore-params"
],

Actual Behavior

"@typescript-eslint/no-inferrable-types": "error"

Expected Behavior

"@typescript-eslint/no-inferrable-types": [
    "error",
    {
        "ignoreParameters": true
    }
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or arguments

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions