Skip to content

alte0/gulp-html-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 3, 2022
40dc003 Β· Jan 3, 2022

History

19 Commits
Apr 15, 2020
Oct 17, 2020
Aug 17, 2021
Jan 3, 2022

Repository files navigation

Warning. This is my first plugin for Gulp. May be bugs 🐜.

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))

Configuration

Create .htmlvalidate.json:

{
  "extends": [
    "html-validate:recommended"
  ]
}

####Look more - gitlab html-validate