Adopting Prettier Into Existing Project

Adopting Prettier Into Existing Project February 25, 2018

Prettier is an opinionated code formatter for different languages (such as JavaScript and TypeScript) and style sheet files. Prettier wasn't the first code formatter, but it

Linting Your TypeScript Project Using TSLint

Linting Your TypeScript Project Using TSLint December 07, 2017

Usage of TypeScript's powerful type system decreases specific type of bugs. Linting tools provide additional static code analysis to spot common mistakes and ensure consistency across

What's New and Shiny In The TypeScript Community (June 2017)

What's New and Shiny In The TypeScript Community (June 2017) June 15, 2017

The TypeScript team and community have done amazing work lately. In this blog post, I'll show some of the new language features, tools, and libraries that

Using ESLint as an ES2015 Learning Tool

Using ESLint as an ES2015 Learning Tool July 26, 2016

I have used various linting tools to keep code consistent across teams. A few weeks back, I started using ESLint with my website and hobby projects.

Better React linting by switching from JSHint to ESLint

Better React linting by switching from JSHint to ESLint November 12, 2015

JSHint - the JavaScript Code Quality Tool, as they call it, has served me well for past year. I enjoyed Sublime integration via SublimeLinter plugin, and