markdownlint/lib/exports-promise.mjs

4 lines
142 B
JavaScript
Raw Permalink Normal View History

// @ts-check
export { extendConfigPromise as extendConfig, lintPromise as lint, readConfigPromise as readConfig } from "./markdownlint.mjs";