Issue
I searched for many articles about this question. I couldn't find any article related to that. Can some tell me what are the cons of Eslint over TsLint. Why do we have to move to ESLint?
Solution
Edit 1 ( NOV 2021 )
Currently, I am using EsLint
in TypeScript, and I loved it. I suggest do not use TsLint
because it's deprecated and EsLint
have more linting features than TsLint
.
Original
TsLint
is spacially made for TypeScript
and EsLint
can use in both side JavaScript
and TypeScript
but its standard way to use TsLint
in TypeScript
because its have better linting and type checking then EsLint
in TypeScript
There is no compression here, props and cons are checked when you are comparing any similar things but here both are different
check that article: https://codeburst.io/from-eslint-to-tslint-and-back-again-bf259c2e7437
Answered By - Nisharg Shah
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.