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 is deprecated #305

Open
loreanvictor opened this issue Sep 28, 2023 · 0 comments
Open

tslint is deprecated #305

loreanvictor opened this issue Sep 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@loreanvictor
Copy link
Contributor

Describe the bug

tslint is deprecated.

To Reproduce

  1. Clone the repository,
  2. Run yarn install and you will see the deprecation errors,
  3. Run yarn lint:ts and you will see tons of deprecation errors.

Expected behavior

Apollon uses eslint and typescript-eslint.
Also linting rules work properly, and if there are any rules that the new linters no longer support, code is changed accordingly (this seems to be a time-consuming task as a result of this requirement).

Environment

Its on all environments (deprecation is environment independent).

Additional context

I tried to migrate using this script suggested by TSLint project itself, but there are a lot of corrections needed still, so I am creating this issue so that we can resolve it in due time.

@loreanvictor loreanvictor added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant