studiohyperdrive / nodejs-boilerplate

Node.js boilerplate using TypeScript, Docker, Jest, ...
ISC License
8 stars 2 forks source link

TSLint is officially deprecated #141

Open FabianMeul opened 4 years ago

FabianMeul commented 4 years ago

TSLint is officially deprecated, so I suggest moving to an ESLint based setup :-)

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

nielsbril commented 4 years ago

Yes, it's on my TODO list. Help is appreciated :)

FabianMeul commented 4 years ago

https://github.com/studiohyperdrive/nodejs-boilerplate/pull/149