alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 492 forks source link

Maybe deprecate TSLint? #302

Open FrankFang opened 5 years ago

FrankFang commented 5 years ago

https://medium.com/palantir/tslint-in-2019-1a144c2317a9

In order to avoid bifurcating the linting tool space for TypeScript, we therefore plan to deprecate TSLint and focus our efforts instead on improving ESLint’s TypeScript support.

liyuanqiu commented 5 years ago

Eslint is the better choice in the visible future.

https://github.com/typescript-eslint/typescript-eslint

image

jkolyer commented 4 years ago

I had to fork the repo to insert ESLint, which is a big PITA. The rules are not easily converted.

brettinternet commented 4 years ago

Just find some sane defaults and extend from there. Try @typescript-eslint