mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
|
|
// @ts-check
|
||
|
|
|
||
|
|
export { extendConfigPromise as extendConfig, lintPromise as lint, readConfigPromise as readConfig } from "./markdownlint.mjs";
|