Validate html files with html-validate
npm i -D https://github.com/alte0/gulp-html-validate
Use plugin:
var validate = require('gulp-html-validate');
gulp.src(path)
.pipe(validate())
.pipe(gulp.dest(path))
Create .htmlvalidate.json
:
{
"extends": [
"html-validate:recommended"
]
}
####Look more - gitlab html-validate