Closed
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"]}],