1.2.3 • Published 8 years ago

elixir-jshint v1.2.3

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

elixir-jshint

npm version Build Status

Install

$ npm install elixir-jshint --save-dev
$ touch .jshintrc
// gulpfile.js
var elixir = require( 'laravel-elixir' );

require( 'elixir-jshint' );

elixir( function( mix )
{
    mix.jshint();
});

Options

Sources

Type: String or Array

Glob or array of globs to read. Using this will overwrite all defaults.

// default
mix.jshint([
  'public/js/**/*.js',
  '!public/js/vendor/**/*.js'
]);

The prefix ! is for excluding files.

JSHint options

Type: Object

See https://www.npmjs.com/package/gulp-jshint#options

License

MIT

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago