Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

tslint:all throws a deprecation error #4802

Closed
AlexanderOpran opened this issue Jul 18, 2019 · 1 comment · Fixed by #4862
Closed

tslint:all throws a deprecation error #4802

AlexanderOpran opened this issue Jul 18, 2019 · 1 comment · Fixed by #4862

Comments

@AlexanderOpran
Copy link

AlexanderOpran commented Jul 18, 2019

Bug Report

  • TSLint version: 5.18.0
  • TypeScript version: 3.5.3
  • Running TSLint via: CLI

TypeScript code being linted

console.log('doesnt matter');

with tslint.json configuration:

{
    "defaultSeverity": "error",
    "extends": [
        "tslint:all"
    ]
}

Actual behavior

no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.

Expected behavior

No errors, the rule should be disabled if deprecated.

@JoshuaKGoldberg
Copy link
Contributor

🤖 Beep boop! 👉 TSLint is deprecated 👈 and you should switch to typescript-eslint! 🤖

🔒 This issue is being locked to prevent further unnecessary discussions. Thank you! 👋

@palantir palantir locked and limited conversation to collaborators Sep 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants