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