eleventy-plugin-html-validate
Version:
A plugin for 11ty which validates your site's HTML after build.
22 lines (21 loc) • 485 B
JSON
{
"name": "eleventy-plugin-html-validate",
"version": "0.0.5",
"description": "A plugin for 11ty which validates your site's HTML after build.",
"main": ".eleventy.js",
"keywords": [
"11ty",
"eleventy",
"html-validator",
"html"
],
"author": "Mathew Paul",
"license": "MIT",
"dependencies": {
"html-validator": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/matt-auckland/eleventy-plugin-html-validate.git"
}
}