0.0.5 • Published 10 years ago

javascript-gulp-task-lint v0.0.5

Weekly downloads
2
License
CC BY-NC-SA 3.0
Repository
github
Last release
10 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

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago