{"library":"gulp-html5-lint","type":"library","category":null,"description":"Gulp plugin for HTML5 linting using the Mozilla HTML5 validator API. Version 1.1.0 is the latest stable release. This plugin sends HTML files to the validator.nu API for validation and reports issues via gulp-notify. It is designed for use with gulp 3.x and wraps the html5-lint npm package. Key differentiators: leverages the official Mozilla validator API (requires internet connectivity), provides options for API timeout and error handling, and integrates seamlessly into gulp workflows. Alternatives: gulp-htmlhint, gulp-w3c-html-validator.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript","gulp","html","html5","lint","gulpplugin"],"last_verified":"Fri May 01","install":[{"cmd":"npm install gulp-html5-lint","imports":["const html5Lint = require('gulp-html5-lint');","gulp.task('lint', function() { return gulp.src('*.html').pipe(html5Lint()); });","html5Lint({ apiCheck: { timeout: 5000 } })"]},{"cmd":"yarn add gulp-html5-lint","imports":[]},{"cmd":"pnpm add gulp-html5-lint","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp-html5-lint","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}