mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
9 lines
114 B
JavaScript
9 lines
114 B
JavaScript
![]() |
// @ts-check
|
||
|
|
||
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
"library": require(".."),
|
||
|
"helpers": require("../helpers")
|
||
|
};
|