We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f6a41 commit 14f6307Copy full SHA for 14f6307
lib/node_modules/@stdlib/symbol/ctor/lib/main.js
@@ -20,7 +20,7 @@
20
21
// MAIN //
22
23
-var Sym = ( typeof Symbol === 'function' ) ? Symbol : void 0;
+var Sym = ( typeof Symbol === 'function' ) ? Symbol : void 0; // eslint-disable-line stdlib/require-globals
24
25
26
// EXPORTS //
0 commit comments