0.0.5 • Published 2 years ago

eleventy-plugin-html-validate v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eleventy-plugin-html-validate

A simple plugin that runs on the eleventy.after event and validates all the HTML files that were built.

Use:

// In your .eleventy.js
const eleventyHTMLValidate = require('eleventy-plugin-html-validate');

module.exports = function (eleventyConfig) {
  eleventyConfig.addPlugin(eleventyHTMLValidate);
}

Warning: I have no idea which versions of Eleventy this works on, when I figure it out I'll make a note here.

Powered by html-validator.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago