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
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
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
refs: https://eslint.org/blog/2019/01/future-typescript-eslint
just bring it up.
The text was updated successfully, but these errors were encountered: