node/tools/eslint/node_modules/eslint-plugin-markdown/index.js

9 lines
124 B
JavaScript

/**
* @fileoverview Exports the processor.
* @author Brandon Mills
*/
"use strict";
module.exports = require("./lib");