Skip to content

Commit 3b18bd6

Browse files
committed
style: add missing eslint no-undef directive to ndarray/colcat Examples block
Matches the convention used across every other @stdlib/ndarray top-level README.
1 parent cfe45e8 commit 3b18bd6

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/colcat

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/ndarray/colcat/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ The function accepts the following arguments:
111111

112112
## Examples
113113

114+
<!-- eslint no-undef: "error" -->
115+
114116
```javascript
115117
var discreteUniform = require( '@stdlib/random/discrete-uniform' );
116118
var ndarray2array = require( '@stdlib/ndarray/to-array' );

0 commit comments

Comments
 (0)