-
Notifications
You must be signed in to change notification settings - Fork 421
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
Using together with typescript? #33
Comments
So I managed to get typescript working with eslint myself! I'll document precisely what you need to do to get it working yourself if you're using https://github.com/typescript-eslint/typescript-eslint |
I did not look into it but I just saw this package on npmjs.com that extends the eslint-config-wesbos and also has typescript support: https://www.npmjs.com/package/eslint-config-gristow |
@thousandknives Yeah that's cool. |
I have rebuilt and tuned everything to export modules for https://www.npmjs.com/package/@abhijithvijayan/eslint-config with eslint 7.x.x & typescript 4.x.x support |
@abhijithvijayan Nice work! |
@corysimmons Thanks. It's sort of a standalone pluggable fork. |
Thanks everyone -super helpful. I've begun work on typescript support for this package. You can check it out on this branch: https://github.com/wesbos/eslint-config-wesbos/tree/typescript Still early WIP, so no docs but will update when its ready to try out |
Beta is out. Closing this issue |
Hello,
I'm using typescript quite often & would love to use this same config for typescript projects aswell.
I thought maybe someone has already encountered & solved this use case & could share the solution - thanks!
The text was updated successfully, but these errors were encountered: