laravel-elixir-eslint
Install
$ npm install laravel-elixir-eslint --save-dev$ touch .eslintrc
Usage
Example Gulpfile
// gulpfile.jsvar elixir = ; ; ;
Advanced example
var elixir = ;var config = elixirconfig; ; ;
Options
Sources
Type: String
or Array
Glob or array of globs to read. Using this will overwrite all defaults.
Default:
mix;
The prefix !
is for excluding files.
ESLint options
Type: Object
Options for ESLint.
See eslint.org/docs/user-guide/configuring
Credits
- gulp-eslint
- laravel-elixir
- All contributors to this project.