mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
9 lines
114 B
JavaScript
9 lines
114 B
JavaScript
|
|
// @ts-check
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
"library": require(".."),
|
||
|
|
"helpers": require("../helpers")
|
||
|
|
};
|