lucasmontano / twitch

[EBS] Channel's Top Visitors
https://www.twitch.tv/lucas_montano
119 stars 15 forks source link

Replace eslint with tslint #23

Closed luancaike closed 4 years ago

luancaike commented 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 ...

jasondavindev commented 4 years ago

TSLint is deprecated

https://github.com/palantir/tslint/issues/4534

EduardoAraujoB commented 4 years ago

Currently, Eslint have a great integration with Typescript, so Tslint is not necessary anymore and how was citted above, is deprecated