Skip to content

Commit 8ebcaaf

Browse files
committed
Resolve lint errors
1 parent 293e89a commit 8ebcaaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/test-cov/tape-istanbul/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ runner( pattern, opts, done );
5050

5151
## Examples
5252

53+
<!-- eslint-disable no-path-concat -->
54+
5355
``` javascript
5456
var runner = require( '@stdlib/tools/test-cov/tape-istanbul' );
5557

tools/test-cov/tape-istanbul/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function done( error, coverage ) {
2020
}
2121

2222
// Specify a glob pattern:
23-
pattern = __dirname+'/fixtures/**/test*.js';
23+
pattern = __dirname+'/fixtures/**/test*.js'; // eslint-disable-line no-path-concat
2424

2525
// Set the runner options:
2626
opts = {

0 commit comments

Comments
 (0)