netlify-plugin-html-validate 1.1 is now available
I published release 1.1.0 of netlify-plugin-html-validate. The only notable change is the upgrade of html-validate from 4.6 to 4.10.1, which makes available several changes, most notably two new features:
- Using
.htmlvalidateignore
, you can now exclude files from being validated. - In addition to
.htmlvalidate.json
, you can configure html-validate using.htmlvalidate.js
, which enables comments and better interoperability between sharable and regular config files.
Note: This release is not yet available in Netlify’s plugin directory, while Netlify’s engineers are working on a solution to support breaking changes in plugins. You can add the latest release to your build using file-based plugin configuration.