summaryrefslogtreecommitdiff
path: root/tools/doc/node_modules/js-yaml/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc/node_modules/js-yaml/index.js')
-rw-r--r--tools/doc/node_modules/js-yaml/index.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/doc/node_modules/js-yaml/index.js b/tools/doc/node_modules/js-yaml/index.js
deleted file mode 100644
index 476b3a0d48..0000000000
--- a/tools/doc/node_modules/js-yaml/index.js
+++ /dev/null
@@ -1,16 +0,0 @@
-'use strict';
-
-// Hack to load the js-yaml module from eslint.
-// No other reason than that it’s huge.
-
-const path = require('path');
-
-const realJSYaml = path.resolve(
- __dirname, '..', '..', '..', // tools/
- 'node_modules',
- 'eslint',
- 'node_modules',
- 'js-yaml'
-);
-
-module.exports = require(realJSYaml);