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

Migrate from TSLint to ESLint #59

Closed
vinyulis opened this issue Mar 29, 2021 · 0 comments
Closed

Migrate from TSLint to ESLint #59

vinyulis opened this issue Mar 29, 2021 · 0 comments

Comments

@vinyulis
Copy link
Contributor

Describe the bug
TSLint is now deprecated (there will be only patching for previous releases) and if you still want to lint your code there are two ways:

  1. Use TSLint without updates
  2. Migrate to ESLint

To Reproduce
Command for option 1)

../systelab-translate>tslint -p tsconfig.json
no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
typeof-compare is deprecated. Starting from TypeScript 2.2 the compiler includes this check which makes this rule redundant.

Could not find implementations for the following rules specified in the configuration:
    no-access-missing-member
    templates-use-public
    invoke-injectable
Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed.
If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up._

Expected behavior
There's no deprecated check in use.

@vinyulis vinyulis added this to Backlog in 10.x.x - Angular 11 Mar 29, 2021
@vinyulis vinyulis moved this from Backlog to In progress in 10.x.x - Angular 11 Mar 29, 2021
vinyulis added a commit that referenced this issue Mar 31, 2021
Migration from TSLint to ESLint (Issue #59)
@vinyulis vinyulis moved this from In progress to Ready to test in 10.x.x - Angular 11 Mar 31, 2021
@olgapuig olgapuig moved this from Ready to test to Done in 10.x.x - Angular 11 Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants