0.1.3 • Published 10 years ago

gulp-xqlint v0.1.3

Weekly downloads
1
License
Apache 2
Repository
github
Last release
10 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

10 years ago

0.1.2

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago