microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Please replace TSlint with ESlint #209

Closed felipesilvati closed 5 years ago

felipesilvati commented 5 years ago

According to https://github.com/palantir/tslint/issues/4534, TSlint will be deprecated in the near future and it will be replaced with ESlint as the 'standard JavaScript and TypeScript' linter.

Please update the boiler-plate accordingly. Thank you.

peterblazejewicz commented 5 years ago

@felipesilvati This could be a long road, but let's try. I've created the #211, so if you could, please look into proposed change and post your feedback. Thanks!

peterblazejewicz commented 5 years ago

@felipesilvati Landed in the master. Current version should be polished out in near future.