We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fbb9b commit 20b8b40Copy full SHA for 20b8b40
tools/benchmarks/bundle/README.md
@@ -103,6 +103,8 @@ function clbk( error, bundle ) {
103
104
## Examples
105
106
+<!-- eslint-disable no-redeclare -->
107
+
108
``` javascript
109
var join = require( 'path' ).join;
110
var bundle = require( '@stdlib/tools/benchmarks/bundle' );
tools/benchmarks/bundle/examples/index.js
@@ -3,7 +3,7 @@
3
4
var bundle = require( './../lib' );
5
6
-var root = join( __dirname, 'fixtures' );
+var root = join( __dirname, 'fixtures' ); // eslint-disable-line no-redeclare
7
8
var opts = {
9
'pattern': '*.js'
0 commit comments