-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsRule converter with incomplete, incorrect, or invalid rule names and/or argumentsgood first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨
Description
🐛 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
.
JoshuaKGoldberg and abenhamdine
Metadata
Metadata
Assignees
Labels
area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsRule converter with incomplete, incorrect, or invalid rule names and/or argumentsgood first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨