Skip to content

Commit ef09339

Browse files
committed
Enable lint rule
1 parent 7d42ab0 commit ef09339

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/node_modules/@stdlib/repl/code-blocks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ var o = examples();
4949

5050
<!-- TODO: better example -->
5151

52+
<!-- eslint no-undef: "error" -->
53+
5254
```javascript
5355
var examples = require( '@stdlib/repl/code-blocks' );
5456

lib/node_modules/@stdlib/repl/help/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ var o = help();
4949

5050
<!-- TODO: better example -->
5151

52+
<!-- eslint no-undef: "error" -->
53+
5254
```javascript
5355
var help = require( '@stdlib/repl/help' );
5456

0 commit comments

Comments
 (0)