Getting started with ESLint + development workflow

added by JavaScript Kicks
6/17/2019 6:42:14 AM

348 Views

What is ESLint? It is a linting tool for Javascript. It parses your code to enforce standards and prevent bugs. What problem does ESLint solve? It automates the process of identifying some common mistakes/nitpicks involved in your JS code, based on predefined patterns which are inspired by some of the best practices in JS.


0 comments