Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/eslint-plugin-markdown/index.js')
-rw-r--r--tools/eslint/node_modules/eslint-plugin-markdown/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/eslint-plugin-markdown/index.js b/tools/eslint/node_modules/eslint-plugin-markdown/index.js
new file mode 100644
index 00000000000..1638f11ee3c
--- /dev/null
+++ b/tools/eslint/node_modules/eslint-plugin-markdown/index.js
@@ -0,0 +1,8 @@
+/**
+ * @fileoverview Exports the processor.
+ * @author Brandon Mills
+ */
+
+"use strict";
+
+module.exports = require("./lib");