Convert space-within-parens to space-in-parens #307
Labels
area: incorrect converter
Rule converter with incomplete, incorrect, or invalid rule names and/or arguments
good first issue
Good for newcomers; welcome aboard!
status: accepting prs
Please, send in a PR to resolve this! ✨
🐛 Bug Report
tslint-to-eslint-config
version: 0.5.0Actual 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 rulespace-in-parens
should be used, as stated here as well.Expected Behavior
TSLint rule
space-within-parens
will be converted tospace-in-parens
.The text was updated successfully, but these errors were encountered: