-
Notifications
You must be signed in to change notification settings - Fork 100
Missing converter: use-default-type-parameter #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The issue here is that this package doesn't know how to convert the TSLint rule into the equivalent ESLint rule. Accepting PRs to add in a converter! 🙌
See #189 for an example of a simple rule converter that was recently added in. |
@JoshuaKGoldberg I'd like to work on this, can I be assigned the issue? |
Alas, I can't assign you the issue on GitHub @YashdalfTheGray, but go ahead and take it on! 💖 |
Uh oh, someone beat me to it... 😬 |
I can merge both PRs in at about the same time. 😅 |
Haha, just pushed the requested code changes! |
💥 Missing Converter
tslint-to-eslint-config
version: 1.2.0typescript-eslint
version: 2.3.2TSLint Rule Name
use-default-type-parameter
The text was updated successfully, but these errors were encountered: