Skip to content

SpainTrain/gulp-html5-lint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-html5-lint Circle CI Build Status

Usage

First, install gulp-html5-lint as a development dependency:

npm install --save-dev gulp-html5-lint

Then add it to your gulpfile.js:

var html5Lint = require('gulp-html5-lint');

gulp.task('html5-lint', function() {
    return gulp.src('./src/*.html')
        .pipe(html5Lint());
});

API

html5Lint(options)

Options are those you would provide to https://github.com/mozilla/html5-lint

License

MIT License

About

gulp.js wrapper for html5-lint

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%