Skip to content

Missing converter: import-blacklist to no-restricted-imports #277

Closed
@mc-suchecki

Description

@mc-suchecki

💥 Missing Converter

  • tslint-to-eslint-config version: 0.3.1
  • typescript-eslint version: 2.10.0

TSLint Rule Name

import-blacklist

ESLint Rule Name

no-restricted-imports

Example

"import-blacklist": [
  true,
  "rxjs/Rx"
],

should be converted to:

"no-restricted-imports": ["error", {"paths": ["rxjs/Rx"]}],

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsstatus: accepting prsPlease, send in a PR to resolve this! ✨

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions