Skip to content
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

Update ROADMAP with no-reference-import TSLint equivalent #1627

Closed
KingDarBoja opened this issue Feb 21, 2020 · 1 comment · Fixed by #1609
Closed

Update ROADMAP with no-reference-import TSLint equivalent #1627

KingDarBoja opened this issue Feb 21, 2020 · 1 comment · Fixed by #1609
Labels
documentation Documentation ("docs") that needs adding/updating

Comments

@KingDarBoja
Copy link

What were you trying to do?

I successfully ran the tslint-to-eslint-config but noticed there was a rule that hasn't an equivalent:

tslint-to-eslint-config does not know the ESLint equivalent for TSLint's "no-reference-import"

This rule is defined at tslint:recommended, which was present on the extends array on my tslint.json file.

"no-reference-import": true

I think there is a rule already handling this one as discussed at #625.

However, would be great to update the roadmap with this rule equivalent and same applies for other rules.

Cheers!

@bradzacher
Copy link
Member

cc @JoshuaKGoldberg

@bradzacher bradzacher added the documentation Documentation ("docs") that needs adding/updating label Feb 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Documentation ("docs") that needs adding/updating
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants