Skip to content

Convert space-within-parens to space-in-parens #307

Closed
@cheeZery

Description

@cheeZery

🐛 Bug Report

  • tslint-to-eslint-config version: 0.5.0
  • ESLint version: 6.8.0
  • Node version: 11.10.0

Actual Behavior

TSLint rule space-within-parens will be converted to @typescript-eslint/space-within-parens (see #184 and #193), but there is no rule for that (anymore?) in the @typescript-eslint plugin. Instead ESLint's core rule space-in-parens should be used, as stated here as well.

Expected Behavior

TSLint rule space-within-parens will be converted to space-in-parens.

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