-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
good 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! ✨type: bugSomething isn't workingSomething isn't working
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 prefer-readonly
will be converted to ESLint's prefer-readonly
(see #181 and #191), but alas that rule doesn't exist in ESLint. As stated here prefer-readonly
should be converted to @typescript-eslint/prefer-readonly
.
Expected Behavior
TSLint rule prefer-readonly
will be converted to @typescript-eslint/eslint-plugin's rule @typescript-eslint/prefer-readonly
.
JoshuaKGoldberg
Metadata
Metadata
Assignees
Labels
good 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! ✨type: bugSomething isn't workingSomething isn't working