Skip to content

replace deprecated no-triple-slash-reference with triple-slash-reference #241

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

Closed
ThangHuuVu opened this issue Oct 17, 2019 · 1 comment · Fixed by #243
Closed

replace deprecated no-triple-slash-reference with triple-slash-reference #241

ThangHuuVu opened this issue Oct 17, 2019 · 1 comment · Fixed by #243
Labels
good first issue Good for newcomers; welcome aboard! status: accepting prs Please, send in a PR to resolve this! ✨ type: bug Something isn't working

Comments

@ThangHuuVu
Copy link

🐛 Bug Report

  • tslint-to-eslint-config version: 0.2.8
  • ESLint version: 6.5.1
  • Node version: 10.16.3

Actual Behavior

TSLint no-reference is being converted to
"@typescript-eslint/no-triple-slash-reference"

Expected Behavior

TSLint no-reference should be converted to
"@typescript-eslint/triple-slash-reference"

Reproduction

tslint.json file:

{
  "rules": [
    ...,
    "no-reference": true,
    ...
}

npx tslint-to-eslint-config

@JoshuaKGoldberg JoshuaKGoldberg added good first issue Good for newcomers; welcome aboard! hacktoberfest status: accepting prs Please, send in a PR to resolve this! ✨ type: bug Something isn't working labels Oct 19, 2019
@JoshuaKGoldberg JoshuaKGoldberg added this to the 1.0 Ready 🚀 milestone Oct 20, 2019
@KingDarBoja
Copy link
Collaborator

Looks like this one is part of several ESLint rules being covered by the same rule.

Checkout triple-slash-reference and then search for no-reference-import at the roadmap and you will see what I am talking about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers; welcome aboard! status: accepting prs Please, send in a PR to resolve this! ✨ type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants