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
TSLint is deprecated in favour of @typescript-eslint and has been for almost 5 years now.
It is no longer maintained and most codebases have entirely migrated off of it and onto @typescript-eslint - which you can see from the usage numbers - tslint is dropping and @typescript-eslint is rising (currently 1.9m/wk vs 24m/wk, respectively).
If you need help with any aspects of building for ESLint or typescript-eslint, please don't hesitate to chat with us on discord - https://discord.gg/FSxKq8Tdyg
The text was updated successfully, but these errors were encountered:
This project has no dependency on TSLint. It is compatible with TSLint rules simply because it is easy to do so. However, I also found that doing this may not have much significance, as TSLint rules can be easily rewritten in TSSLint. To avoid confusion, I think it is possible to remove TSLint compatibility. (It is just a function)
palantir/tslint#4534
TSLint is deprecated in favour of @typescript-eslint and has been for almost 5 years now.
It is no longer maintained and most codebases have entirely migrated off of it and onto @typescript-eslint - which you can see from the usage numbers - tslint is dropping and @typescript-eslint is rising (currently 1.9m/wk vs 24m/wk, respectively).
If you need help with any aspects of building for ESLint or typescript-eslint, please don't hesitate to chat with us on discord - https://discord.gg/FSxKq8Tdyg
The text was updated successfully, but these errors were encountered: