Show Nav
 
Featured

TypeScript Linting with TSLint – Setup, Configuration, & Rules

Linting can help catch bugs, enforce uniform code style, and prevent overly complex code. I do my TypeScript linting with TSLint.
All Posts