Skip to content

Commit a21d8b0

Browse files
committed
Enable lint rule
1 parent a5a0082 commit a21d8b0

9 files changed

Lines changed: 18 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ var out = cipher( 'beep boop bop' );
4343

4444
## Examples
4545

46+
<!-- eslint no-undef: "error" -->
47+
4648
```javascript
4749
var arc4 = require( '@stdlib/crypto/arc4' );
4850

lib/node_modules/@stdlib/ml/online-sgd-regression/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ var coefs = model.coefs;
183183

184184
## Examples
185185

186+
<!-- eslint no-undef: "error" -->
187+
186188
```javascript
187189
var randu = require( '@stdlib/random/base/randu' );
188190
var normal = require( '@stdlib/random/base/normal' );

lib/node_modules/@stdlib/nlp/expand-contractions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ var out = expandContractions( str );
4444

4545
## Examples
4646

47+
<!-- eslint no-undef: "error" -->
48+
4749
```javascript
4850
var expandContractions = require( '@stdlib/nlp/expand-contractions' );
4951

lib/node_modules/@stdlib/nlp/lda/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ var words = getTerms( 0, 3 );
7171

7272
## Examples
7373

74+
<!-- eslint no-undef: "error" -->
75+
7476
```javascript
7577
var getSpeeches = require( '@stdlib/datasets/sotu' );
7678
var roundn = require( '@stdlib/math/base/special/roundn' );

lib/node_modules/@stdlib/nlp/tokenize/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ var out = tokenize( str, true );
4242

4343
## Examples
4444

45+
<!-- eslint no-undef: "error" -->
46+
4547
```javascript
4648
var tokenize = require( '@stdlib/nlp/tokenize' );
4749

lib/node_modules/@stdlib/plot/components/svg/annotations/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ node.emit( 'change' );
128128

129129
## Examples
130130

131+
<!-- eslint no-undef: "error" -->
132+
131133
```javascript
132134
var toHTML = require( 'vdom-to-html' );
133135
var annotations = require( '@stdlib/plot/components/svg/annotations' );

lib/node_modules/@stdlib/plot/components/svg/defs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ node.emit( 'change' );
123123

124124
## Examples
125125

126+
<!-- eslint no-undef: "error" -->
127+
126128
```javascript
127129
var toHTML = require( 'vdom-to-html' );
128130
var defs = require( '@stdlib/plot/components/svg/defs' );

lib/node_modules/@stdlib/plot/components/svg/rug/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ node.emit( 'change' );
375375

376376
## Examples
377377

378+
<!-- eslint no-undef: "error" -->
379+
378380
```javascript
379381
var toHTML = require( 'vdom-to-html' );
380382
var rug = require( '@stdlib/plot/components/svg/rug' );

lib/node_modules/@stdlib/plot/ctor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,8 @@ var yPos = plot.yPos;
13571357

13581358
## Examples
13591359

1360+
<!-- eslint no-undef: "error" -->
1361+
13601362
```javascript
13611363
var toHTML = require( 'vdom-to-html' );
13621364
var randn = require( '@stdlib/random/base/box-muller' );

0 commit comments

Comments
 (0)