summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/eslint-plugin-markdown/index.js
blob: 1638f11ee3c12b675c618b8cc94bf9d292bc0518 (plain)
1
2
3
4
5
6
7
8
/**
 * @fileoverview Exports the processor.
 * @author Brandon Mills
 */

"use strict";

module.exports = require("./lib");