Skip to content

Commit 6980d23

Browse files
authored
Updated polyfill.js
Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
1 parent 09f7346 commit 6980d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* // returns 6.28
4646
*/
4747
function Proxy( target ) {
48-
// eslint-disable-next-line no-underscore-dangle
48+
// eslint-disable-next-line no-warning comments
4949
// TODO: polyfill implementation
5050
return target;
5151
}

0 commit comments

Comments
 (0)