-
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
💥 Missing Converter
tslint-to-eslint-config
version: 0.3.1typescript-eslint
version: 2.10.0
TSLint Rule Name
no-redundant-jsdoc
ESLint Rule Name
jsdoc/no-types
Example
"no-redundant-jsdoc": true,
should be converted to:
"jsdoc/no-types": "error"
and eslint-plugin-jsdoc
should be added.
JoshuaKGoldberg and dimabory
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! ✨