Skip to content

Commit 7dbd08f

Browse files
authored
chore: fix JavaScript lint errors #6214
Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
1 parent 28e4d52 commit 7dbd08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* // returns 3.14
4646
*/
4747
function Proxy( target ) {
48+
// eslint-disable-next-line no-warning-comments
4849
// TODO: polyfill implementation
4950
return target;
5051
}

0 commit comments

Comments
 (0)