Convert prefer-readonly to @typescript-eslint/prefer-readonly #309
Labels
good first issue
Good for newcomers; welcome aboard!
status: accepting prs
Please, send in a PR to resolve this! ✨
type: bug
Something isn't working
🐛 Bug Report
tslint-to-eslint-config
version: 0.5.0Actual Behavior
TSLint rule
prefer-readonly
will be converted to ESLint'sprefer-readonly
(see #181 and #191), but alas that rule doesn't exist in ESLint. As stated hereprefer-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
.The text was updated successfully, but these errors were encountered: