What is ESLint? ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs. In this setup guide i’ll walk through steps required to configure ESLint in Laravel mix. Although the guide assumes Vue projects, similar steps will work for any […]