UNPKG

eslint-plugin-markdown

Version:

An ESLint plugin to lint JavaScript in Markdown code fences.

9 lines (6 loc) 124 B
/** * @fileoverview Exports the processor. * @author Brandon Mills */ "use strict"; module.exports = require("./lib");