Closed
Description
🚀 Feature Request
Codelyzer provides a set of great TSLint rules around the Angular area. tslint-to-eslint-config should add converters for those rules.
There's a rules list here: https://github.com/mgechev/codelyzer#rules-status. There are quite a lot of them, so for now let's use this issue to track all of them.
FYI @mgechev
Edit: Oh, and see https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/Architecture.md#rule-converters for a description of how the rule converters work. 🔧