We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d42ab0 commit ef09339Copy full SHA for ef09339
2 files changed
lib/node_modules/@stdlib/repl/code-blocks/README.md
@@ -49,6 +49,8 @@ var o = examples();
49
50
<!-- TODO: better example -->
51
52
+<!-- eslint no-undef: "error" -->
53
+
54
```javascript
55
var examples = require( '@stdlib/repl/code-blocks' );
56
lib/node_modules/@stdlib/repl/help/README.md
@@ -49,6 +49,8 @@ var o = help();
var help = require( '@stdlib/repl/help' );
0 commit comments