A Laravel Mix extension (v0.2.0) that adds ESLint support to Mix builds (v2.1+). Automatically integrates eslint-webpack-plugin into the Mix pipeline. Usage is simple: require the package in webpack.mix.js, then call .eslint({…}) with any eslint-webpack-plugin options. Last release appears stable but no recent updates.
npm install laravel-mix-eslintVerified import paths — ran on the pinned version, not inferred.
Shows how to require the extension and call .eslint() with options in a Laravel Mix file.
Set fix: false or run in CI with read-only.
Create an .eslintrc file or install a preset like eslint-config-standard.
Run npm install eslint-webpack-plugin --save-dev
Ensure require('laravel-mix-eslint') is called and Mix >=2.1.7