Closed
Description
💥 Missing Converter
tslint-to-eslint-config
version: 0.6.0typescript-eslint
version: 2.29.0
TSLint Rule Name
one-line
See #401 for a reproduction.
The typescript-eslint roadmap indicates @typescript-eslint/no-unused-vars
is the ESLint rule to convert to.
Note: that rule has a pretty big caveat in its README.md. There should be a notice
in the converter for no-unused-variable
that indicates to read the article.