Closed luancaike closed 4 years ago
The substitution would be useful because eslint is only prepared for cases in javascript vanilla while tslint is not only ready to deal with it but also handles typing better. Ex: Interfaces, abstraction, autocomplete ...
TSLint is deprecated
https://github.com/palantir/tslint/issues/4534
Currently, Eslint have a great integration with Typescript, so Tslint is not necessary anymore and how was citted above, is deprecated
The substitution would be useful because eslint is only prepared for cases in javascript vanilla while tslint is not only ready to deal with it but also handles typing better. Ex: Interfaces, abstraction, autocomplete ...