Missing option converters member-access / explicit-member-accessibility #139
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.2.2Actual 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.
The text was updated successfully, but these errors were encountered: