Skip to content

Commit 8ed55bb

Browse files
committed
Enable lint rule
1 parent a21d8b0 commit 8ed55bb

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/fs/exists/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ var bool = exists.sync( __dirname );
113113

114114
## Examples
115115

116+
<!-- eslint no-undef: "error" -->
117+
116118
```javascript
117119
var exists = require( '@stdlib/fs/exists' );
118120

lib/node_modules/@stdlib/fs/read-dir/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ console.log( out );
8484

8585
## Examples
8686

87+
<!-- eslint no-undef: "error" -->
88+
8789
```javascript
8890
var readDir = require( '@stdlib/fs/read-dir' );
8991

lib/node_modules/@stdlib/fs/read-file-list/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The function accepts the same options as [`readFile.sync()`][@stdlib/fs/read-fil
5656

5757
## Examples
5858

59+
<!-- eslint no-undef: "error" -->
60+
5961
```javascript
6062
var readFileList = require( '@stdlib/fs/read-file-list' );
6163

lib/node_modules/@stdlib/fs/read-file/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The function accepts the same options as [`fs.readFileSync()`][fs].
8585

8686
## Examples
8787

88+
<!-- eslint no-undef: "error" -->
89+
8890
```javascript
8991
var readFile = require( '@stdlib/fs/read-file' );
9092

lib/node_modules/@stdlib/fs/read-json/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The function accepts the same `options` as [`readJSON()`](#read-json) above.
8585

8686
## Examples
8787

88+
<!-- eslint no-undef: "error" -->
89+
8890
```javascript
8991
var join = require( 'path' ).join;
9092
var readJSON = require( '@stdlib/fs/read-json' );

lib/node_modules/@stdlib/fs/resolve-parent-path/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The function accepts the same `options` as [`resolveParentPath()`](#resolve-pare
7979

8080
## Examples
8181

82+
<!-- eslint no-undef: "error" -->
83+
8284
```javascript
8385
var resolveParentPath = require( '@stdlib/fs/resolve-parent-path' );
8486

0 commit comments

Comments
 (0)