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

eslint, no any, no inferrable types, unused vars - warning #235

Closed GrayStrider closed 4 years ago

GrayStrider commented 5 years ago

unused vars with "error" extremely annoying for developement; "any" and inferrable types could and should be avoided, "warn" would make sense.