Closed
Description
💥 Missing Converter
tslint-to-eslint-config
version: 0.2.7typescript-eslint
version: 2.3.2
TSLint Rule Name
variable-name
The issue here is that this package doesn't know how to convert the TSLint rule into the equivalent ESLint rule. The equivalent ESlint rule doesn't show on the eslint-plugin Roadmap.
The equivalent ESlint rules are stated on the eslint-plugin Roadmap:
"camelcase, no-underscore-dangle, id-blacklist, and/or id-match"