Skip to content

Missing option converters member-access / explicit-member-accessibility #139

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

🐛 Bug Report

  • tslint-to-eslint-config version: 0.2.2
  • ESLint version: N/A
  • Node version: N/A

Actual Behavior

Right now, the converter from TSLint's member-access rule to ESLint's @typescript-eslint/explicit-member-visibility does not read the TSLint rule options. It assumes there are no configuration rule options for the rule.

Expected Behavior

There are actually several options on both the TSLint and ESLint side:

The rule converter should read in those options from the TSLint rule and create the equivalent configuration (if possible) in the output ESLint settings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsgood first issueGood for newcomers; welcome aboard!status: 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