1.2.3 • Published 10 years ago

elixir-jshint v1.2.3

Weekly downloads
9
License
MIT
Repository
github
Last release
10 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

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago