mvdnbrk / laravel-mix-docs

Laravel Mix Documentation
https://laravel-mix.com/docs
MIT License
15 stars 57 forks source link

Mix extension: laravel-mix-eslint-config #9

Closed patrickcurl closed 5 years ago

patrickcurl commented 5 years ago

I've made a more modular/configurable version of the laravel-mix-eslint extension.

at: https://www.npmjs.com/package/laravel-mix-eslint-config

The major difference is for the previous package you could only pass in the config.options key, if you wanted to customize for react or something else...like pass in js,vue,jsx to the config.test you couldn't. This updated version let's you modify the entire config object for eslint-loader.

You can also specify which plugins to use for eslint (vue|react) and it'll add those as dependencies.

mvdnbrk commented 5 years ago

Added here :smile: