You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run yarn install and you will see the deprecation errors,
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
tslint is deprecated.
To Reproduce
yarn install
and you will see the deprecation errors,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.
The text was updated successfully, but these errors were encountered: