eleventy-plugin-html-validate

0.0.5 • Public • Published

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.

/eleventy-plugin-html-validate/

    Package Sidebar

    Install

    npm i eleventy-plugin-html-validate

    Weekly Downloads

    26

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    2.28 kB

    Total Files

    3

    Last publish

    Collaborators

    • matt-auckland