
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
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
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
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
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.
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