Skip to content

Commit 713eb76

Browse files
committed
Enable lint rule
1 parent 7ea9fd8 commit 713eb76

File tree

10 files changed

+20
-0
lines changed

10 files changed

+20
-0
lines changed

lib/node_modules/@stdlib/buffer/from-string/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ The following `encodings` are supported:
6565

6666
<!-- eslint-disable no-buffer-constructor -->
6767

68+
<!-- eslint no-undef: "error" -->
69+
6870
```javascript
6971
var randu = require( '@stdlib/random/base/randu' );
7072
var randint = require( '@stdlib/random/base/discrete-uniform' );

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var o = ns;
2929

3030
<!-- TODO: better examples -->
3131

32+
<!-- eslint no-undef: "error" -->
33+
3234
```javascript
3335
var getKeys = require( 'object-keys' ).shim();
3436
var ns = require( '@stdlib/complex' );

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var c = cryptography;
2929

3030
<!-- TODO: better examples -->
3131

32+
<!-- eslint no-undef: "error" -->
33+
3234
```javascript
3335
var getKeys = require( 'object-keys' ).shim();
3436
var ns = require( '@stdlib/crypto' );

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ var data = datasets( 'MINARD_NAPOLEONS_MARCH', opts );
7878

7979
<!-- TODO: better examples -->
8080

81+
<!-- eslint no-undef: "error" -->
82+
8183
```javascript
8284
var datasets = require( '@stdlib/datasets' );
8385

lib/node_modules/@stdlib/datasets/anscombes-quartet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ var d = data();
9292

9393
<!-- TODO: more interesting example involving stats and plotting once ndarray -->
9494

95+
<!-- eslint no-undef: "error" -->
96+
9597
```javascript
9698
var data = require( '@stdlib/datasets/anscombes-quartet' );
9799

lib/node_modules/@stdlib/datasets/moby-dick/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Each `array` element has the following fields:
4141

4242
<!-- TODO: better example. Possibly with Markov Model text generation. -->
4343

44+
<!-- eslint no-undef: "error" -->
45+
4446
```javascript
4547
var text = require( '@stdlib/datasets/moby-dick' );
4648

lib/node_modules/@stdlib/datasets/spam-assassin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The `checksum` object contains the following fields:
5555

5656
<!-- TODO: better example. Possibly a spam classifier. -->
5757

58+
<!-- eslint no-undef: "error" -->
59+
5860
```javascript
5961
var corpus = require( '@stdlib/datasets/spam-assassin' );
6062

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var o = ns;
2929

3030
<!-- TODO: better examples -->
3131

32+
<!-- eslint no-undef: "error" -->
33+
3234
```javascript
3335
var getKeys = require( 'object-keys' ).shim();
3436
var ns = require( '@stdlib/error' );

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ var ns = fastmath;
4444

4545
<!-- TODO: better examples -->
4646

47+
<!-- eslint no-undef: "error" -->
48+
4749
```javascript
4850
var getKeys = require( 'object-keys' ).shim();
4951
var fastmath = require( '@stdlib/fastmath' );

lib/node_modules/@stdlib/fastmath/special/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var fcns = fmath;
2929

3030
<!-- TODO: better examples -->
3131

32+
<!-- eslint no-undef: "error" -->
33+
3234
```javascript
3335
var getKeys = require( 'object-keys' ).shim();
3436
var fmath = require( '@stdlib/fastmath/special' );

0 commit comments

Comments
 (0)