0.1.3 • Published 9 years ago

gulp-xqlint v0.1.3

Weekly downloads
1
License
Apache 2
Repository
github
Last release
9 years ago

#Gulp XQLint Build Status NPM version Code Climate

Gulp plugin for xqlint.

##Installation

$npm install gulp-xqlint --save-dev

##Example

gulp.task('lint:xqlint', function(){
    return gulp.src('**/*.jq')
        .pipe($.xqlint())
        .pipe($.xqlint.failReporter());
});
0.1.3

9 years ago

0.1.2

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago