@ariada-org/eleventy-plugin
v0.1.0
Published
Eleventy plugin that scans generated site output with Ariada.
Maintainers
Readme
Ariada Eleventy Plugin
Eleventy plugin that listens for eleventy.after and scans the generated
_site/ output with Ariada.
Official contract checked during implementation:
- Eleventy plugins are passed to
addPlugin. Source: https://www.11ty.dev/docs/create-plugin/ eleventy.afterruns when Eleventy finishes building. Source: https://www.11ty.dev/docs/events/
import ariadaEleventy from '@ariada-org/eleventy-plugin';
export default function (eleventyConfig) {
eleventyConfig.addPlugin(ariadaEleventy, { failOn: 'serious' });
}