Skip to content

Commit b4febc3

Browse files
sujalc879kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #8451 Closes: #8442 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent e094d12 commit b4febc3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/tests/browser-build/examples/fixtures

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/tests/browser-build/examples/fixtures/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var tape = require( 'tape' );
23+
var tape = require( 'tape' ); // eslint-disable-line stdlib/require-last-path-relative
2424

2525

2626
// TESTS //

0 commit comments

Comments
 (0)