what to do when you can't typedef 'any' .. ?
It's best practices to not let your code with no type : let address; let name; this code above...
Tag archive
It's best practices to not let your code with no type : let address; let name; this code above...

In this post I will walk through configuring Tslint and Prettier to angular project step by step. At...
In this article, I have mainly focused on migrating from TSLint to ESLint, within the angula...
I once overheard a manager talking to a developer about the speed of development. He asked why the de...
At the end of 2019, TSLint — which is shipped with Angular core — will be deprecated. In adv...

A way to automatically remove all unused TypeScript imports across all files in a project

I've just started looking at TypeScript, React and wanted to prepare a nice working environment for...

Wait, a video explaining "Use Prettier with TSLint"? Yes! Check it out on Egghead.io! Prettier suppo...
i.e. the Angular environment file that gets replaced at build time. How to automate the ‘never-aga...

Using the power of TSLint in an unconventional way to create rxjs-operator-counter.