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

Upgrade tslint to typescript-eslint #1536

Open
cseas opened this issue Apr 6, 2022 · 1 comment
Open

Upgrade tslint to typescript-eslint #1536

cseas opened this issue Apr 6, 2022 · 1 comment

Comments

@cseas
Copy link
Contributor

cseas commented Apr 6, 2022

Use Case

TSLint has been deprecated as of 2019.

Proposal

All usage of TSLint should be replaced with TypeScript ESLint as recommended by the TSLint docs.

@cseas
Copy link
Contributor Author

cseas commented Aug 5, 2022

Use cases:

  • no-duplicate-imports needs to be replaced with import/no-duplicates so we can import types separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant