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

lint typescript using eslint #34

Open
aladdin-add opened this issue Feb 6, 2019 · 2 comments
Open

lint typescript using eslint #34

aladdin-add opened this issue Feb 6, 2019 · 2 comments
Labels
eslint This issue is exclusive to the eslint side of things. tslint This issue is exclusive to the tslint side of things.
Milestone

Comments

@aladdin-add
Copy link

refs: https://eslint.org/blog/2019/01/future-typescript-eslint

just bring it up.

@tunnckoCore
Copy link

it was possible and good enough even before with just babel-eslint.

@saadq
Copy link
Owner

saadq commented Feb 6, 2019

I didn't use ESLint for TypeScript before because there were some limitations with rules that had to be fixed with React, but it looks like those are fixed now. Now, I think using ESLint is the way to go considering that TSLint's API is a lot more annoying to work with, it deprecated some important rules like no-unused-variable, and the fact that it will be a lot easier to create editor extensions if I'm only using ESLint.

@saadq saadq added eslint This issue is exclusive to the eslint side of things. tslint This issue is exclusive to the tslint side of things. labels Feb 6, 2019
@saadq saadq added this to the Lynt v1 milestone Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eslint This issue is exclusive to the eslint side of things. tslint This issue is exclusive to the tslint side of things.
Projects
None yet
Development

No branches or pull requests

3 participants