Skip to content

Commit 14f6307

Browse files
committed
Disable lint rule
1 parent a0f6a41 commit 14f6307

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/symbol/ctor/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/symbol/ctor/lib/main.js

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

2121
// MAIN //
2222

23-
var Sym = ( typeof Symbol === 'function' ) ? Symbol : void 0;
23+
var Sym = ( typeof Symbol === 'function' ) ? Symbol : void 0; // eslint-disable-line stdlib/require-globals
2424

2525

2626
// EXPORTS //

0 commit comments

Comments
 (0)