typescript-library-starter
typescript-library-starter copied to clipboard
Maybe deprecate TSLint?
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.
Eslint is the better choice in the visible future.
https://github.com/typescript-eslint/typescript-eslint

I had to fork the repo to insert ESLint, which is a big PITA. The rules are not easily converted.
Just find some sane defaults and extend from there. Try @typescript-eslint