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

Switch from tslint because it's long since deprecated #4

Closed
bradzacher opened this issue Jan 3, 2024 · 1 comment
Closed

Switch from tslint because it's long since deprecated #4

bradzacher opened this issue Jan 3, 2024 · 1 comment

Comments

@bradzacher
Copy link

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

@johnsoncodehk
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants