Skip to content

Instantly share code, notes, and snippets.

View dulerong's full-sized avatar

codeydu dulerong

  • Vancouver (Canada)
View GitHub Profile
@EmadAdly
EmadAdly / Add-ESLint-to-Laravel-Mix.md
Last active January 20, 2024 16:55
Adding eslint to your Laravel application

1. Add eslint and eslint-loader and eslint-plugin-vue to your projects package.json file

npm i eslint eslint-loader eslint-plugin-vue --save-dev

2. Create a base configuration by --init