0.0.5 • Published 11 years ago

javascript-gulp-task-lint v0.0.5

Weekly downloads
2
License
CC BY-NC-SA 3.0
Repository
github
Last release
11 years ago

Gulp task for linting which makes process exit with non-zero status on fail.

Can be used with git pre-commit hook to deny bad javascript.

Usage:

var gulpTaskLint = require('javascript-gulp-task-lint');
gulp.task('lint', gulpTaskLint(['**/*.js', '!node_modules/**', '!app/**', '!tutorial/**']));

In jshintrc you can find .jshintrc for the project and for mocha + should.js tests.

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago