Skip to content

Commit e1d0ffb

Browse files
authored
Update main.js
Issue: A TODO comment triggers the no-warning-comments ESLint rule. Fix: Suppress the warning for this specific line by adding an ESLint disable comment. Signed-off-by: VEER RAJ <[email protected]>
1 parent 57efa3d commit e1d0ffb

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/_tools/bundle/pkg-list/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/_tools/bundle/pkg-list/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ function bundle( pkgs, options, clbk ) {
195195
debug( 'Browserify options: %s', JSON.stringify( bopts ) );
196196
return browserifyString( out, bopts, onBundle );
197197
}
198+
// eslint-disable-next-line no-warning-comments
198199
// TODO: support other bundlers
199200

200201
/**

0 commit comments

Comments
 (0)