Skip to content

Commit f823901

Browse files
committed
Enable lint rule
1 parent 9790475 commit f823901

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ function onStart( error, r ) {
5252

5353
## Examples
5454

55+
<!-- eslint no-undef: "error" -->
56+
5557
```javascript
5658
var repl = require( '@stdlib/repl' );
5759

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ function onStart( error, server ) {
3232

3333
## Examples
3434

35+
<!-- eslint no-undef: "error" -->
36+
3537
```javascript
3638
var repl = require( '@stdlib/repl/server' );
3739

0 commit comments

Comments
 (0)