-
Notifications
You must be signed in to change notification settings - Fork 100
Missing converter: no-submodule-imports #175
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 Can I take this one? Seems like it requires a plugin so I do wanna fix it just because why not 🍰 |
Awesome, go ahead @KingDarBoja! 🍨 |
I do not believe this is the correct conversion. TSLint's |
@ProdigyChrisLight interesting. Could you please file a new issue? |
💥 Missing Converter
tslint-to-eslint-config
version: 1.2.0typescript-eslint
version: 2.3.2TSLint Rule Name
no-submodule-imports
The text was updated successfully, but these errors were encountered: