We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678b754 commit 38fc741Copy full SHA for 38fc741
tools/doc/common.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
-const yaml = require('js-yaml');
+const yaml =
4
+ require(`${__dirname}/../node_modules/eslint/node_modules/js-yaml`);
5
6
function isYAMLBlock(text) {
7
return /^<!-- YAML/.test(text);
tools/doc/node_modules/js-yaml/index.js
0 commit comments