UNPKG

markuplint

Version:

An HTML linter for all markup developers

7 lines (6 loc) 198 B
/** * Legacy v1 entry point re-exporting the deprecated `exec` function. * * @deprecated Use `lint` or `MLEngine` from the current API instead. */ export { lint_v1 as exec } from './api/v1.js';