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

tslint deprecated #113

Open
yaythomas opened this issue May 19, 2023 · 0 comments
Open

tslint deprecated #113

yaythomas opened this issue May 19, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@yaythomas
Copy link
Member

tslint is deprecated in favour of eslint.

palantir/tslint#4534

Here is a helpful migration guide https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration

Migrating will include:

  • Add eslint to dev dependencies
  • Add eslint-typescript-support to dev dependencies
  • Remove tslint from dev dependencies
  • Update package.json>scripts that invoke tslint. Ultimately npm test should use eslint rather than tslint when done.
@yaythomas yaythomas added the dependencies Pull requests that update a dependency file label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant