-
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 argumentsstatus: 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
import-blacklist
ESLint Rule Name
no-restricted-imports
Example
"import-blacklist": [
true,
"rxjs/Rx"
],
should be converted to:
"no-restricted-imports": ["error", {"paths": ["rxjs/Rx"]}],
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 argumentsstatus: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨