gulp-html5-lint
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 = ; gulp;
API
html5Lint(options)
Options are those you would provide to https://github.com/mozilla/html5-lint
Additional options include:
apiCheck.timeout
{number} request timeout to check if html5 lint API is available (default: 10 seconds)apiCheck.triggerError
{boolean} timeout on request to check whether html5 lint API is available (default: false)