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